Enumerates locally available grapes. @return grapes grouped by organization and module
()
| 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. |