Search Options

Results per page
Sort
Preferred Languages
Advance

Results 191 - 200 of 5,776 for example2 (0.15 sec)

  1. platforms/documentation/docs/src/snippets/plugins/multiproject/common/maven-repo/com/example/goodbye/com.example.goodbye.gradle.plugin/1.0.0/com.example.goodbye.gradle.plugin-1.0.0.pom

      <modelVersion>4.0.0</modelVersion>
      <groupId>com.example.goodbye</groupId>
      <artifactId>com.example.goodbye.gradle.plugin</artifactId>
      <version>1.0.0</version>
      <packaging>pom</packaging>
      <dependencies>
        <dependency>
          <groupId>com.example</groupId>
          <artifactId>sample-plugins</artifactId>
          <version>1.0.0</version>
        </dependency>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 634 bytes
    - Viewed (0)
  2. src/cmd/go/testdata/mod/example.com_split-incompatible_v2.0.0+incompatible.txt

    Written by hand.
    Test case for getting a package that has been moved to a nested module,
    with a +incompatible version (and thus no go.mod file) at the root module.
    
    -- .mod --
    module example.com/split-incompatible
    -- .info --
    {"Version": "v2.0.0+incompatible"}
    -- subpkg/subpkg.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 17 13:54:10 UTC 2021
    - 299 bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/img/copy-with-flat-filter-example.png

    copy-with-flat-filter-example.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 27 16:19:30 UTC 2024
    - 62.8K bytes
    - Viewed (0)
  4. hack/testdata/CRD/example-crd-1-namespaced-resource.yaml

    apiVersion: test.com/v1
    kind: Example
    metadata:
      name: test
      namespace: default
    spec:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 26 06:01:46 UTC 2022
    - 101 bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/samples/build-organization/structuring-software-projects/kotlin/build-logic/kotlin-library/src/main/kotlin/com.example.kotlin-library.gradle.kts

    plugins {
        id("com.example.commons")
        id("org.jetbrains.kotlin.jvm")
        id("java-library")
    }
    
    dependencies {
        implementation(kotlin("stdlib"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 155 bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/plugins/pluginVersions/common/maven-repo/com/example/hello/com.example.hello.gradle.plugin/1.0.0/com.example.hello.gradle.plugin-1.0.0.pom

      <modelVersion>4.0.0</modelVersion>
      <groupId>com.example.hello</groupId>
      <artifactId>com.example.hello.gradle.plugin</artifactId>
      <version>1.0.0</version>
      <packaging>pom</packaging>
      <dependencies>
        <dependency>
          <groupId>com.example</groupId>
          <artifactId>sample-plugins</artifactId>
          <version>1.0.0</version>
        </dependency>
      </dependencies>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 630 bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/plugins/multiproject/common/maven-repo/com/example/hello/com.example.hello.gradle.plugin/1.0.0/com.example.hello.gradle.plugin-1.0.0.pom

      <modelVersion>4.0.0</modelVersion>
      <groupId>com.example.hello</groupId>
      <artifactId>com.example.hello.gradle.plugin</artifactId>
      <version>1.0.0</version>
      <packaging>pom</packaging>
      <dependencies>
        <dependency>
          <groupId>com.example</groupId>
          <artifactId>sample-plugins</artifactId>
          <version>1.0.0</version>
        </dependency>
      </dependencies>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 630 bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/plugins/consuming/common/maven-repo/com/example/goodbye/com.example.goodbye.gradle.plugin/1.0.0/com.example.goodbye.gradle.plugin-1.0.0.pom

      <modelVersion>4.0.0</modelVersion>
      <groupId>com.example.goodbye</groupId>
      <artifactId>com.example.goodbye.gradle.plugin</artifactId>
      <version>1.0.0</version>
      <packaging>pom</packaging>
      <dependencies>
        <dependency>
          <groupId>com.example</groupId>
          <artifactId>sample-plugins</artifactId>
          <version>1.0.0</version>
        </dependency>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 634 bytes
    - Viewed (0)
  9. src/cmd/go/testdata/mod/example.com_split-incompatible_v2.1.0-pre+incompatible.txt

    Test case for getting a package that has been moved to a nested module,
    with a +incompatible version (and thus no go.mod file) at the root module.
    
    -- .mod --
    module example.com/split-incompatible
    -- .info --
    {"Version": "v2.1.0-pre+incompatible"}
    -- README.txt --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 17 13:54:10 UTC 2021
    - 347 bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/img/exploded-war-child-copy-spec-example.png

    exploded-war-child-copy-spec-example.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 27 21:47:26 UTC 2024
    - 126.9K bytes
    - Viewed (0)
Back to top