Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 2,977 for dependency$ (0.18 sec)

  1. platforms/software/dependency-management/src/main/resources/org/gradle/schema/dependency-verification-1.0.xsd

      ~ See the License for the specific language governing permissions and
      ~ limitations under the License.
      -->
    <xs:schema
        xmlns:xs="http://www.w3.org/2001/XMLSchema"
        targetNamespace="https://schema.gradle.org/dependency-verification">
        <xs:complexType name="coordinatesType">
            <xs:attribute type="xs:string" name="group"/>
            <xs:attribute type="xs:string" name="name"/>
            <xs:attribute type="xs:string" name="version"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/main/resources/org/gradle/schema/dependency-verification-1.2.xsd

      ~ See the License for the specific language governing permissions and
      ~ limitations under the License.
      -->
    <xs:schema
        xmlns:xs="http://www.w3.org/2001/XMLSchema"
        targetNamespace="https://schema.gradle.org/dependency-verification">
        <xs:complexType name="coordinatesType">
            <xs:attribute type="xs:string" name="group"/>
            <xs:attribute type="xs:string" name="name"/>
            <xs:attribute type="xs:string" name="version"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 7K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/projects/versionless-managed-dependency.xml

      <groupId>test</groupId>
      <artifactId>versionless-managed-dependency.xml</artifactId>
      <version>0.0.1-SNAPSHOT</version>
    
      <dependencies>
        <dependency>
          <groupId>org.apache.maven.its</groupId>
          <artifactId>a</artifactId>
        </dependency>
      </dependencies>
    
      <dependencyManagement>
        <dependencies>
          <dependency>
            <groupId>org.apache.maven.its</groupId>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Nov 26 00:11:00 UTC 2014
    - 547 bytes
    - Viewed (0)
  4. maven-model-builder/src/test/resources/poms/validation/bad-dependency-version.xml

      <groupId>gid</groupId>
      <version>0.1</version>
    
      <dependencies>
        <dependency>
          <groupId>test</groupId>
          <artifactId>a</artifactId>
          <version>0.2</version>
        </dependency>
        <dependency>
          <groupId>test</groupId>
          <artifactId>b</artifactId>
          <version>${missing.property}</version>
        </dependency>
        <dependency>
          <groupId>test</groupId>
          <artifactId>c</artifactId>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Nov 24 21:36:06 UTC 2010
    - 1.3K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/dependencyManagement/customizingResolution-consistentResolution/tests/fixed-dependency-insight.out

                        \--- runtimeClasspath
    
    (*) - Indicates repeated occurrences of a transitive dependency subtree. Gradle expands transitive dependency subtrees only once per project; repeat occurrences only display the root of the subtree, followed by this annotation.
    
    A web-based, searchable dependency report is available by adding the --scan option.
    
    BUILD SUCCESSFUL in 0s
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/img/performance/bad-dependency-resolution.png

    bad-dependency-resolution.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 59.1K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/img/performance/slow-dependency-downloads.png

    slow-dependency-downloads.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 123.7K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/img/dependency-management-resolution.png

    dependency-management-resolution.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 26.7K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/main/resources/org/gradle/schema/dependency-verification-1.3.xsd

      ~ limitations under the License.
      -->
    <xs:schema
        xmlns:xs="http://www.w3.org/2001/XMLSchema"
        targetNamespace="https://schema.gradle.org/dependency-verification"
        elementFormDefault="qualified"
        xmlns="https://schema.gradle.org/dependency-verification"
    >
        <xs:complexType name="coordinatesType">
            <xs:attribute type="xs:string" name="group"/>
            <xs:attribute type="xs:string" name="name"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 17 23:01:46 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  10. maven-model-builder/src/test/resources/poms/validation/bad-plugin-dependency-version.xml

            <version>1.0</version>
            <dependencies>
              <dependency>
                <groupId>test</groupId>
                <artifactId>a</artifactId>
                <version>0.1</version>
              </dependency>
              <dependency>
                <groupId>test</groupId>
                <artifactId>b</artifactId>
                <version>${missing.property}</version>
              </dependency>
            </dependencies>
          </plugin>
        </plugins>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 27 11:09:54 UTC 2010
    - 1.4K bytes
    - Viewed (0)
Back to top