public static interface DetailsTypes.MavenType
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getRepositoryPath(java.lang.String groupId,
java.lang.String artifactId,
java.lang.String version)
Gets the default
path for the maven-type
RepoPackage with the maven coordinate groupId:artifactId:version |
static java.lang.String getRepositoryPath(@NonNull
java.lang.String groupId,
@NonNull
java.lang.String artifactId,
@Nullable
java.lang.String version)
path for the maven-type
RepoPackage with the maven coordinate groupId:artifactId:versiongroupId - The maven groupIdartifactId - The maven artifactIdversion - The maven version. If null the final component of the path
(the version component) will be omitted.path for the corresponding RepoPackage.