public interface ArtifactResolver
| Modifier and Type | Method and Description |
|---|---|
Path |
resolve(org.eclipse.aether.RepositorySystemSession session,
List<org.eclipse.aether.repository.RemoteRepository> repositories,
ArtifactName name)
Resolves the artifact downloading it if necessary.
|
Path resolve(org.eclipse.aether.RepositorySystemSession session, List<org.eclipse.aether.repository.RemoteRepository> repositories, ArtifactName name)
session - the repository sessionrepositories - the remote repositoriesname - the artifact nameCopyright © 2021 JBoss by Red Hat. All rights reserved.