| Package | Description |
|---|---|
| org.jboss.shrinkwrap.resolver.api.maven | |
| org.jboss.shrinkwrap.resolver.api.maven.coordinate |
| Modifier and Type | Method and Description |
|---|---|
MavenCoordinate |
MavenArtifactInfo.getCoordinate()
Returns the defined coordinate (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
MavenVersionRangeResult |
MavenWorkingSession.resolveVersionRange(MavenCoordinate coordinate)
Resolves version range request for given coordinate
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MavenDependency
Metadata describing a
<dependency />declaration; immutable and Thread-safe. |
| Modifier and Type | Method and Description |
|---|---|
static MavenCoordinate |
MavenCoordinates.createCoordinate(String canonicalForm)
Creates a new
MavenCoordinate instance from the specified, required canonical form in format
<groupId>:<artifactId>[:<packagingType>[:<classifier>]]:(<version>|'?') |
static MavenCoordinate |
MavenCoordinates.createCoordinate(String groupId,
String artifactId,
String version,
PackagingType packaging,
String classifier)
Creates a new
MavenCoordinate instance from the specified arguments |
| Modifier and Type | Method and Description |
|---|---|
static MavenDependency |
MavenDependencies.createDependency(MavenCoordinate coordinate,
ScopeType scope,
boolean optional,
MavenDependencyExclusion... exclusions)
Creates a new
MavenDependency instance from the specified properties. |
Copyright © 2025 JBoss by Red Hat. All rights reserved.