Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 62 of 62 for setClassifier (0.06 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)
  2. test-site/activator-launch-1.3.2.jar

    private final org.w3c.dom.Element depElement; public void PomReader$PomDependencyData(PomReader, PomReader$PomDependencyData); void PomReader$PomDependencyData(PomReader, org.w3c.dom.Element); public final String getScope(); public final String getClassifier(); public final String getType(); public final boolean isOptional(); } org/apache/ivy/plugins/parser/m2/pom.template SKIP_LINE ********** SKIP_LINE * Licensed to the Apache Software Foundation (ASF) under one SKIP_LINE * or more contributor license...
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (0)
Back to top