public interface ArtifactCoordinatesResolver
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupId(String artifactId)
Gets the group id of the artifact identified by the given
artifactId. |
String |
getVersion(String artifactId)
Gets the version of the artifact identified by the given
artifactId. |
Copyright © 2014. All rights reserved.