public interface MavenCoordinate
MavenCoordinate interface.
| Modifier and Type | Method and Description | 
|---|---|
| String | getArtifactId()getArtifactId. | 
| String | getGroupId()getGroupId. | 
| String | getName()getName. | 
| String | getVersion()getVersion. | 
| void | setVersion(String version)setVersion. | 
Copyright © 2002–2024 The Apache Software Foundation. All rights reserved.