Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 2,960 for dependency_b (0.22 sec)

  1. maven-model-builder/src/test/resources/poms/validation/bad-dependency-exclusion-id.xml

      <packaging>jar</packaging>
    
      <dependencies>
        <dependency>
          <groupId>gid</groupId>
          <artifactId>aid</artifactId>
          <version>1.0</version>
          <exclusions>
            <exclusion>
              <groupId>test?</groupId>
              <artifactId>*</artifactId>
            </exclusion>
          </exclusions>
        </dependency>
      </dependencies>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Jul 30 10:41:52 UTC 2010
    - 1.2K bytes
    - Viewed (0)
  2. maven-model-builder/src/test/resources/poms/validation/missing-dependency-exclusion-id.xml

      <version>99.44</version>
      <packaging>jar</packaging>
    
      <dependencies>
        <dependency>
          <groupId>gid</groupId>
          <artifactId>aid</artifactId>
          <version>1.0</version>
          <exclusions>
            <exclusion>
              <groupId></groupId>
            </exclusion>
          </exclusions>
        </dependency>
      </dependencies>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Jul 30 10:41:52 UTC 2010
    - 1.2K bytes
    - Viewed (0)
  3. 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)
  4. maven-model-builder/src/test/resources/poms/validation/missing-dependency-artifactId-pom.xml

      <modelVersion>4.0.0</modelVersion>
      <artifactId>foo</artifactId>
      <groupId>foo</groupId>
      <version>99.44</version>
      <packaging>bleh</packaging>
      <dependencies>
        <dependency>
          <groupId>groupId</groupId>
          <version>1.0</version>
        </dependency>
      </dependencies>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed May 27 20:48:13 UTC 2009
    - 1K bytes
    - Viewed (0)
  5. build-logic/root-build/src/main/kotlin/gradlebuild.dependency-analysis.gradle.kts

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    plugins {
        id("com.autonomousapps.dependency-analysis")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 10 08:53:40 UTC 2021
    - 678 bytes
    - Viewed (0)
  6. maven-model-builder/src/test/resources/poms/validation/missing-plugin-dependency-version.xml

        <plugins>
          <plugin>
            <artifactId>maven-it-plugin</artifactId>
            <version>1.0</version>
            <dependencies>
              <dependency>
                <groupId>test</groupId>
                <artifactId>a</artifactId>
                <!-- version missing -->
              </dependency>
            </dependencies>
          </plugin>
        </plugins>
      </build>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 27 11:09:54 UTC 2010
    - 1.2K bytes
    - Viewed (0)
  7. 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)
  8. 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)
  9. platforms/documentation/docs/src/docs/userguide/img/dependency-management-configuration-inheritance.png

    dependency-management-configuration-inheritance.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 27 21:47:26 UTC 2024
    - 99.7K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/img/dependency-management-shortcut-repositories.png

    dependency-management-shortcut-repositories.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 19.8K bytes
    - Viewed (0)
Back to top