MCPcopy Index your code
hub / github.com/apache/groovy / resolve

Method resolve

src/main/java/groovy/grape/GrapeEngine.java:79–79  ·  view source on GitHub ↗

Resolves dependency coordinates to artifact URIs. @param args resolve arguments @param dependencies dependency descriptors @return the resolved artifact URIs

(Map args, Map... dependencies)

Source from the content-addressed store, hash-verified

77 * @return the resolved artifact URIs
78 */
79 URI[] resolve(Map args, Map... dependencies);
80
81 /**
82 * Resolves dependency coordinates to artifact URIs while optionally collecting dependency information.

Calls

no outgoing calls