Interface | Description |
---|---|
MavenCoordinate |
Represents a single Maven coordinate (an address in canonical form
"groupId:artifactId:packaging:classifier:version" ) which is capable of resolving to an artifact. |
MavenDependency |
Metadata describing a
<dependency /> declaration; immutable and Thread-safe. |
MavenDependencyExclusion |
Defines a single
<exclusion /> element for a MavenDependency . |
Class | Description |
---|---|
MavenCoordinates |
Factory class for creating new
MavenCoordinate instances |
MavenDependencies |
Factory class for creating new
MavenDependency instances |
Copyright © 2022 JBoss by Red Hat. All rights reserved.