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

Method resolve

src/main/java/groovy/grape/Grape.java:329–331  ·  view source on GitHub ↗

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

(Map<String, Object> args, Map... dependencies)

Source from the content-addressed store, hash-verified

327 * @return the resolved artifact URIs
328 */
329 public static URI[] resolve(Map<String, Object> args, Map... dependencies) {
330 return resolve(args, null, dependencies);
331 }
332
333 /**
334 * Resolves dependency coordinates to URIs while optionally collecting dependency information.

Callers

nothing calls this directly

Calls 4

getInstanceMethod · 0.95
resolveMethod · 0.95
containsKeyMethod · 0.65
putMethod · 0.65

Tested by

no test coverage detected