Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 2,650 for dependency_b (0.19 sec)

  1. .github/workflows/submit-github-dependency-graph.yml

    name: Submit Dependency Graph
    on:
      workflow_dispatch:
      push:
        branches:
          - master
    
    permissions: {}
    
    jobs:
      generate-and-submit:
        permissions:
          contents: write
        runs-on: ubuntu-latest
        steps:
        - uses: actions/checkout@v4
        - uses: actions/setup-java@v4
          with:
            distribution: temurin
            java-version: 11
        - name: Setup Gradle
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 02 09:13:16 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/img/ci-systems/github-actions-dependency-alerts.png

    github-actions-dependency-alerts.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 20:06:09 UTC 2024
    - 188.6K bytes
    - Viewed (0)
  3. maven-compat/src/test/java/org/apache/maven/artifact/resolver/ArtifactResolutionExceptionTest.java

                    + " -Dversion=aVersion -Dclassifier=aClassifier -Dpackaging=jar -Dfile=/path/to/file"
                    + " -Durl=[url] -DrepositoryId=[id]" + LS + LS + "  Path to dependency: " + LS + "  \t1) dependency1"
                    + LS + "  \t2) dependency2" + LS + LS;
            String actual = AbstractArtifactResolutionException.constructMissingArtifactMessage(
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 08:39:32 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/img/ci-systems/github-actions-dependency-graph.png

    github-actions-dependency-graph.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 20:06:09 UTC 2024
    - 251.9K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/img/dependency-management-shortcut-repositories.graffle

    dependency-management-shortcut-repositories.graffle...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 164.7K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/img/dependency-management-file-dependencies.png

    dependency-management-file-dependencies.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 27 21:47:26 UTC 2024
    - 111.8K bytes
    - Viewed (0)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top