Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 50 for rc1 (0.05 sec)

  1. subprojects/core-api/src/main/java/org/gradle/api/artifacts/dsl/DependencyHandler.java

     * dependencies {
     *   //for dependencies found in artifact repositories you can use
     *   //the group:name:version notation
     *   implementation 'commons-lang:commons-lang:2.6'
     *   testImplementation 'org.mockito:mockito:1.9.0-rc1'
     *
     *   //map-style notation:
     *   implementation group: 'com.google.code.guice', name: 'guice', version: '1.0'
     *
     *   //declaring arbitrary files as dependencies
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 12 19:16:36 UTC 2024
    - 26.8K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/MavenDynamicResolveIntegrationTest.groovy

            repo.getModuleMetaData('group', 'projectA').expectGet()
    
            repo.module('group', 'projectA', '1.5-SNAPSHOT').publish().allowAll()
            repo.module('group', 'projectA', '1.5-RC1').publish().allowAll()
    
            buildFile << createBuildFile(repo.uri)
    
            when:
            succeeds 'retrieve'
    
            then:
            file('libs').assertHasDescendants('projectA-1.5-SNAPSHOT.jar')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 15.1K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/MavenSnapshotResolveIntegrationTest.groovy

            given:
            def projectA = publishModule("group", "projectA", "1.0-SNAPSHOT")
            publishModule("group", "projectA", "1.0-RC1")
    
            buildFile << """
    dependencies {
        compile "group:projectA:1.0-SNAPSHOT"
        compile "group:projectA:1.0-RC1"
    }
    
    task retrieve(type: Sync) {
        into 'libs'
        from configurations.compile
    }
    """
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 39K bytes
    - Viewed (0)
  4. pkg/printers/internalversion/printers_test.go

    			// Columns: Name, Desired, Current, Ready, Age
    			expected: []metav1.TableRow{{Cells: []interface{}{"rc1", int64(0), int64(0), int64(0), "<unknown>"}}},
    		},
    		// Basic print replication controller with replicas; does not print containers or labels
    		{
    			rc: api.ReplicationController{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:      "rc1",
    					Namespace: "test-namespace",
    				},
    				Spec: api.ReplicationControllerSpec{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  5. CHANGELOG.md

     *  New: Support OSGi metadata.
     *  Upgrade: [Okio 2.9.0][okio_2_9_0].
    
        ```kotlin
        implementation("com.squareup.okio:okio:2.9.0")
        ```
    
    Note that this was originally released on 2020-10-06 as 4.10.0-RC1. The only change from that
    release is the version name.
    
    
    [Ktor]: https://ktor.io/
    [assertk]: https://github.com/willowtreeapps/assertk
    [graalvm]: https://www.graalvm.org/
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Thu Apr 18 01:31:39 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.16.md

        - [Server Binaries](#server-binaries-17)
        - [Node Binaries](#node-binaries-17)
      - [Changelog since v1.16.0-rc.1](#changelog-since-v1160-rc1)
        - [Other notable changes](#other-notable-changes-6)
    - [v1.16.0-rc.1](#v1160-rc1)
      - [Downloads for v1.16.0-rc.1](#downloads-for-v1160-rc1)
        - [Client Binaries](#client-binaries-18)
        - [Server Binaries](#server-binaries-18)
        - [Node Binaries](#node-binaries-18)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 11 10:00:57 UTC 2021
    - 345.2K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.17.md

        - [Server Binaries](#server-binaries-18)
        - [Node Binaries](#node-binaries-18)
      - [Changelog since v1.17.0-rc.1](#changelog-since-v1170-rc1)
        - [Other notable changes](#other-notable-changes-2)
    - [v1.17.0-rc.1](#v1170-rc1)
      - [Downloads for v1.17.0-rc.1](#downloads-for-v1170-rc1)
        - [Client Binaries](#client-binaries-19)
        - [Server Binaries](#server-binaries-19)
        - [Node Binaries](#node-binaries-19)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 28 10:44:33 UTC 2021
    - 346.2K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

    apiVersion: apiextensions.k8s.io/v1
    kind: CustomResourceDefinition
    metadata:
      annotations:
        api-approved.kubernetes.io: https://github.com/kubernetes-sigs/gateway-api/pull/2466
        gateway.networking.k8s.io/bundle-version: v1.0.0-rc1
        gateway.networking.k8s.io/channel: standard
      creationTimestamp: null
      name: gatewayclasses.gateway.networking.k8s.io
    spec:
      group: gateway.networking.k8s.io
      names:
        categories:
        - gateway-api
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.6.md

      - [External Dependency Version Information](#external-dependency-version-information)
      - [Changelog since v1.6.0-rc.1](#changelog-since-v160-rc1)
        - [Previous Releases Included in v1.6.0](#previous-releases-included-in-v160)
    - [v1.6.0-rc.1](#v160-rc1)
      - [Downloads for v1.6.0-rc.1](#downloads-for-v160-rc1)
        - [Client Binaries](#client-binaries-14)
        - [Server Binaries](#server-binaries-14)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.12.md

        - [Server Binaries](#server-binaries-11)
        - [Node Binaries](#node-binaries-11)
      - [Changelog since v1.12.0-rc.1](#changelog-since-v1120-rc1)
        - [Other notable changes](#other-notable-changes-12)
    - [v1.12.0-rc.1](#v1120-rc1)
      - [Downloads for v1.12.0-rc.1](#downloads-for-v1120-rc1)
        - [Client Binaries](#client-binaries-12)
        - [Server Binaries](#server-binaries-12)
        - [Node Binaries](#node-binaries-12)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
Back to top