| Package | Description | 
|---|---|
| org.eclipse.aether | 
 The primary API of the  
RepositorySystem and its functionality. | 
| Modifier and Type | Method and Description | 
|---|---|
ArtifactResult | 
RepositorySystem.resolveArtifact(RepositorySystemSession session,
                              ArtifactRequest request)
Resolves the path for an artifact. 
 | 
List<ArtifactResult> | 
RepositorySystem.resolveArtifacts(RepositorySystemSession session,
                                Collection<? extends ArtifactRequest> requests)
Resolves the paths for a collection of artifacts. 
 | 
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.