Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 61 of 61 for setClassifier (0.32 sec)

  1. api/maven-api-model/src/main/mdo/maven.mdo

         */
        public String getManagementKey() {
            if (managementKey == null) {
                managementKey = getGroupId() + ":" + getArtifactId() + ":" + getType() + (getClassifier() != null ? ":" + getClassifier() : "");
            }
            return managementKey;
        }
                ]]>
              </code>
            </codeSegment>
          </codeSegments>
        </class>
        <class>
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Wed Oct 09 11:07:31 UTC 2024
    - 115.1K bytes
    - Viewed (0)
Back to top