- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getManagementKey (0.06 seconds)
-
api/maven-api-model/src/main/mdo/maven.mdo
<code> <![CDATA[ private volatile String managementKey; /** * @return the management key as {@code groupId:artifactId:type[:classifier]} */ public String getManagementKey() { if (managementKey == null) { managementKey = (getGroupId() + ":" + getArtifactId() + ":" + getType()
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Nov 26 03:07:35 GMT 2025 - 133.3K bytes - Click Count (0)