Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 99 for ecosystem (1.14 sec)

  1. platforms/jvm/jvm-services/src/main/java/org/gradle/api/attributes/java/package-info.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    /**
     * Attributes specific to the Java ecosystem.
     */
    @org.gradle.api.NonNullApi
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 21 19:44:06 UTC 2024
    - 738 bytes
    - Viewed (0)
  2. docs/en/docs/deployment/cloud.md

    ## Cloud Providers - Sponsors
    
    Some cloud providers ✨ [**sponsor FastAPI**](../help-fastapi.md#sponsor-the-author){.internal-link target=_blank} ✨, this ensures the continued and healthy **development** of FastAPI and its **ecosystem**.
    
    And it shows their true commitment to FastAPI and its **community** (you), as they not only want to provide you a **good service** but also want to make sure you have a **good and healthy framework**, FastAPI. 🙇
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Jan 31 22:13:52 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/dep-man/04-modeling-features/cross_project_publications.adoc

    Gradle provides an improved model for this, which doesn't have the weakness of classifiers: attributes.
    
    In particular, in the Java ecosystem, Gradle provides a built-in attribute that library authors can use to express compatibility with the Java ecosystem: `org.gradle.jvm.version`.
    This attribute expresses the _minimal version that a consumer must have in order to work properly_.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 18K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/design/gradle-module-metadata-1.0-specification.md

    The values `java-api-*` and `java-runtime-*` are now deprecated and replaced by a new combination.
    
    The values for the Java ecosystem are now limited to `java-api` / `java-runtime` combined with the relevant value for `org.gradle.libraryelements`.
    
    Values for the native ecosystem remain unaffected.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 22 23:32:14 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  5. platforms/jvm/plugins-jvm-test-suite/src/main/java/org/gradle/api/testing/toolchains/internal/JvmTestToolchain.java

    import org.gradle.api.tasks.testing.Test;
    
    import javax.inject.Inject;
    import java.util.Collections;
    
    /**
     * A toolchain for testing JVM projects.  Toolchains provide the dependencies and test framework for a given JVM testing ecosystem.
     *
     * @since 8.5
     */
    public interface JvmTestToolchain<T extends JvmTestToolchainParameters> {
        /**
         * Creates a test framework for the given test task.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Sep 13 20:36:32 UTC 2023
    - 2K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/design/gradle-module-metadata-latest-specification.md

    The values `java-api-*` and `java-runtime-*` are now deprecated and replaced by a new combination.
    
    The values for the Java ecosystem are now limited to `java-api` / `java-runtime` combined with the relevant value for `org.gradle.libraryelements`.
    
    Values for the native ecosystem remain unaffected.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 18 16:14:11 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/main/java/org/gradle/internal/component/external/model/ExternalComponentGraphResolveMetadata.java

        /**
         * Returns the set of variants of this component to use for variant aware resolution of the dependency graph nodes.
         * May be empty, in which case selection falls back to an ecosystem-specific selection strategy.
         */
        List<? extends VariantGraphResolveMetadata> getVariantsForGraphTraversal();
    
        /**
         * Returns the names of all legacy configurations for this component.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 16:00:57 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  8. docs/en/docs/advanced/index.md

    Some course providers ✨ [**sponsor FastAPI**](../help-fastapi.md#sponsor-the-author){.internal-link target=_blank} ✨, this ensures the continued and healthy **development** of FastAPI and its **ecosystem**.
    
    And it shows their true commitment to FastAPI and its **community** (you), as they not only want to provide you a **good learning experience** but also want to make sure you have a **good and healthy framework**, FastAPI. 🙇
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Mar 31 23:52:53 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  9. go.mod

    	github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
    	github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
    	github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
    	github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
    	github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
    	github.com/imdario/mergo v0.3.6 // indirect
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:11 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  10. go.mod

    	github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
    	github.com/google/uuid v1.6.0
    	github.com/gorilla/mux v1.8.1
    	github.com/gorilla/websocket v1.5.1
    	github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
    	github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
    	github.com/hashicorp/go-multierror v1.1.1
    	github.com/hashicorp/go-version v1.7.0
    	github.com/hashicorp/golang-lru/v2 v2.0.7
    	github.com/howardjohn/unshare-go v0.4.0
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 15:32:28 UTC 2024
    - 10.6K bytes
    - Viewed (0)
Back to top