Package | Description |
---|---|
io.vertx.maven | |
io.vertx.maven.resolver |
Modifier and Type | Method and Description |
---|---|
List<org.eclipse.aether.artifact.Artifact> |
Resolver.resolve(String dependency,
ResolutionOptions options)
Resolves a dependency.
|
Modifier and Type | Method and Description |
---|---|
ResolutionOptions |
ResolutionOptions.addExclusion(String exclusion)
Adds an exclusion.
|
ResolutionOptions |
ResolutionOptions.removeExclusion(String exclusion)
Removes an exclusion.
|
ResolutionOptions |
ResolutionOptions.setWithTransitive(boolean withTransitive)
Sets whether or not the resolution of the dependency should include the transitive dependencies.
|
Modifier and Type | Method and Description |
---|---|
List<org.eclipse.aether.artifact.Artifact> |
ResolverImpl.resolve(String gacv,
ResolutionOptions options) |
Copyright © 2021 Eclipse. All rights reserved.