public interface ArtifactName
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId()
The artifact id for the artifact.
|
String |
getClassifier()
The classier for the artifact.
|
String |
getGroupId()
The group name for the artifact.
|
String |
getPackaging()
The packaging for the artifact.
|
String |
getVersion()
The version for the artifact.
|
String getGroupId()
String getArtifactId()
String getClassifier()
String getPackaging()
String getVersion()
Copyright © 2021 JBoss by Red Hat. All rights reserved.