Interface ResolvedGroupArtifactVersion


public interface ResolvedGroupArtifactVersion
  • Method Details

    • getGroupId

      String getGroupId()
    • getArtifactId

      String getArtifactId()
    • getVersion

      String getVersion()
    • getDatedSnapshotVersion

      @Nullable @Nullable String 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".