MCPcopy Create free account
hub / github.com/apache/groovy / enumerateGrapes

Method enumerateGrapes

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

Enumerates locally available grapes. @return grapes grouped by organization and module

()

Source from the content-addressed store, hash-verified

68 * @return grapes grouped by organization and module
69 */
70 Map<String, Map<String, List<String>>> enumerateGrapes();
71
72 /**
73 * Resolves dependency coordinates to artifact URIs.

Callers 1

enumerateGrapesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected