resolve

fun resolve(coordinate: String): List<Path>(source)

Resolve a Maven coordinate (groupId:artifactId:version) to a list of JAR paths (the artifact itself plus its transitive runtime dependencies). Version may be "LATEST" to resolve to the highest available release.

When dependency collection encounters errors (e.g. an optional transitive dep points to a private-repo artifact unavailable on Maven Central), the method logs a warning and returns whichever JARs were successfully resolved, rather than throwing.