Package org.jumpmind.symmetric.util
Class MavenArtifact
java.lang.Object
org.jumpmind.symmetric.util.MavenArtifact
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMavenArtifact
(String dependency, String defaultVersion) MavenArtifact
(String groupId, String artifactId, String version) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
static List<MavenArtifact>
void
setArtifactId
(String artifactId) void
setGroupId
(String groupId) void
setPackaging
(String packaging) void
setVersion
(String version) toString()
-
Field Details
-
DEFAULT_PACKAGING
- See Also:
-
ZIP_PACKAGING
- See Also:
-
REGEX_LIST
- See Also:
-
REGEX_COMPONENTS
- See Also:
-
-
Constructor Details
-
MavenArtifact
-
MavenArtifact
-
-
Method Details