public class MavenParent extends Object
<parent> in a Maven pom.| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId()
Return the artifact ID of the parent.
|
String |
getGroupId()
Return the group ID of the parent.
|
String |
getVersion()
Return the version of the parent.
|
public String getGroupId()
public String getArtifactId()
public String getVersion()
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.