Class ArtifactId
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.integration.maven.ArtifactId
-
public class ArtifactId extends Object
Identifier for an artifact.- Author:
- jonmv
-
-
Constructor Summary
Constructors Constructor Description ArtifactId(String groupId, String artifactId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringartifactId()Artifact ID of this.StringgroupId()Group ID of this.
-