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§
- Classpath
Entry - A resolved classpath entry.
- Resolve
Config - Classpath resolution configuration.
- Resolved
Classpath - Result of classpath resolution for a project or module.