Skip to main content

Module resolve

Module resolve 

Source
Expand description

Classpath resolution via build tool subprocesses.

Each resolver extracts the list of dependency JARs from the project’s build system. Resolvers support timeout, caching, and graceful fallback.

Modules§

bazel
Bazel classpath resolver.
gradle
Gradle classpath resolver.
maven
Maven classpath resolution.
sbt
sbt classpath resolver.
source_jars
On-demand source JAR documentation extractor.

Structs§

ClasspathEntry
A resolved classpath entry.
ResolveConfig
Classpath resolution configuration.
ResolvedClasspath
Result of classpath resolution for a project or module.