Interface ResolvedGroupArtifactVersion
public interface ResolvedGroupArtifactVersion
-
Method Summary
Modifier and TypeMethodDescription@Nullable StringIn the form "${version}-${timestamp}-${buildNumber}", e.g.
-
Method Details
-
getGroupId
String getGroupId() -
getArtifactId
String getArtifactId() -
getVersion
String getVersion() -
getDatedSnapshotVersion
In the form "${version}-${timestamp}-${buildNumber}", e.g. for the artifact rewrite-testing-frameworks-1.7.0-20210614.172805-1.jar, the dated snapshot version is "1.7.0-20210614.172805-1".
-