static ResourceLoader |
MavenArtifactUtil.createMavenArtifactLoader(MavenResolver mavenResolver,
ArtifactCoordinates coordinates,
String rootName) |
A utility method to create a Maven artifact resource loader for the given artifact coordinates.
|
boolean |
ArtifactCoordinates.equals(ArtifactCoordinates obj) |
Determine whether this coordinates object equals the target object.
|
static File |
MavenArtifactUtil.resolveArtifact(ArtifactCoordinates coordinates,
String packaging) |
Tries to find a maven jar artifact from the system property "maven.repo.local" This property is a list of
platform separated directory names.
|
File |
MavenResolver.resolveArtifact(ArtifactCoordinates coordinates,
String packaging) |
Tries to find a maven jar artifact from the system property "maven.repo.local" This property is a list of
platform separated directory names.
|
static File |
MavenArtifactUtil.resolveJarArtifact(ArtifactCoordinates coordinates) |
Try to resolve a Maven JAR artifact.
|
default File |
MavenResolver.resolveJarArtifact(ArtifactCoordinates coordinates) |
Try to resolve a Maven JAR artifact.
|