Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 1,149 for Implementation (0.44 sec)

  1. platforms/core-runtime/base-services/build.gradle.kts

        api(project(":build-operations"))
        api(libs.inject)
        api(libs.jsr305)
        api(libs.guava)
    
        implementation(projects.io)
        implementation(projects.time)
    
        implementation(libs.asm)
        implementation(libs.commonsIo)
        implementation(libs.commonsLang)
        implementation(libs.slf4jApi)
    
        integTestImplementation(project(":logging"))
    
        testFixturesApi(project(":hashing"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  2. platforms/native/tooling-native/build.gradle.kts

            api(project(":tooling-api"))
        }
    
        implementation(projects.baseServices)
        implementation(project(":file-collections"))
        implementation(project(":language-native"))
        implementation(project(":platform-native"))
        implementation(project(":testing-native"))
    
        implementation(libs.guava)
    
        testImplementation(testFixtures(project(":platform-native")))
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 10:40:41 UTC 2024
    - 894 bytes
    - Viewed (0)
  3. build-logic-commons/basics/build.gradle.kts

        api(platform(project(":build-platform")))
    
        implementation("com.google.guava:guava") {
            because("Used by class analysis")
        }
        implementation("org.ow2.asm:asm") {
            because("Used by class analysis")
        }
        implementation("org.ow2.asm:asm-commons") {
            because("Used by class analysis")
        }
    
        implementation(kotlin("compiler-embeddable") as String) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 05:01:36 UTC 2024
    - 1022 bytes
    - Viewed (0)
  4. testing/performance/src/templates/project-with-source/build.gradle

            mavenBom 'io.spring.platform:platform-bom:2.0.5.RELEASE'
        }
    }
    <% } %>
    
    dependencies {
        implementation 'commons-lang:commons-lang:2.5'
        implementation "org.apache.httpcomponents:httpclient:4.0"
        implementation "commons-codec:commons-codec:1.2"
        implementation "org.slf4j:jcl-over-slf4j:1.7.10"
        implementation "org.codehaus.groovy:groovy:2.4.15"
        testImplementation 'junit:junit:4.13'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  5. platforms/software/resources-sftp/build.gradle.kts

        implementation(project(":core"))
    
        implementation(libs.commonsIo)
        implementation(libs.guava)
        implementation(libs.jsr305)
        implementation(libs.slf4jApi)
    
        testImplementation(testFixtures(project(":core")))
        testImplementation(testFixtures(project(":dependency-management")))
        testImplementation(testFixtures(project(":ivy")))
        testImplementation(testFixtures(project(":maven")))
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/build/PATENTS

    implementation of Go.  This grant does not include claims that would be
    infringed only as a consequence of further modification of this
    implementation.  If you or your agent or exclusive licensee institute or
    order or agree to the institution of patent litigation against any
    entity (including a cross-claim or counterclaim in a lawsuit) alleging
    that this implementation of Go or any code incorporated within this
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/text/PATENTS

    implementation of Go.  This grant does not include claims that would be
    infringed only as a consequence of further modification of this
    implementation.  If you or your agent or exclusive licensee institute or
    order or agree to the institution of patent litigation against any
    entity (including a cross-claim or counterclaim in a lawsuit) alleging
    that this implementation of Go or any code incorporated within this
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  8. platforms/core-execution/build-cache-http/build.gradle.kts

        implementation(project(":logging"))
        implementation(project(":resources"))
    
        implementation(libs.commonsHttpclient)
        implementation(libs.guava)
        implementation(libs.slf4jApi)
    
        testImplementation(testFixtures(project(":core")))
        testImplementation(libs.servletApi)
    
        integTestImplementation(project(":enterprise-operations"))
        integTestImplementation(testFixtures(project(":build-cache")))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1K bytes
    - Viewed (0)
  9. platforms/jvm/toolchains-jvm-shared/src/main/java/org/gradle/jvm/toolchain/internal/DefaultToolchainSpec.java

            private final JvmVendorSpec vendor;
            private final JvmImplementation implementation;
    
            public Key(@Nullable JavaLanguageVersion languageVersion, @Nullable JvmVendorSpec vendor, @Nullable JvmImplementation implementation) {
                this.languageVersion = languageVersion;
                this.vendor = vendor;
                this.implementation = implementation;
            }
    
            @Override
            public boolean equals(Object o) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 18:07:00 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  10. platforms/core-execution/worker-main/build.gradle.kts

        api(project(":process-services"))
        api(project(":native"))
        api(libs.jsr305)
    
        implementation(projects.concurrent)
        implementation(project(":enterprise-logging"))
        implementation(projects.serviceProvider)
    
        implementation(libs.slf4jApi)
    
        testImplementation(testFixtures(project(":core")))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 769 bytes
    - Viewed (0)
Back to top