Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 4,517 for Dependencies (0.32 sec)

  1. build/dependencies.yaml

    dependencies:
      # zeitgeist (https://github.com/kubernetes-sigs/zeitgeist) was inspired by
      # (and now replaces) the cmd/verifydependencies tool to verify external
      # dependencies across the repo.
      #
      # The zeitgeist dependencies.yaml file format is intended to be
      # backwards-compatible with the original tooling.
      #
      # In instances where the file format may change across versions, this meta
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:13:15 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/kotlinDsl/configurations-and-dependencies-declarative/tests/dependencies.out

    compileClasspath - Compile classpath for source set 'main'.
    \--- com.example:lib:1.1 FAILED
    
    implementation - Implementation dependencies for the 'main' feature. (n)
    \--- com.example:lib:1.1 (n)
    
    runtimeClasspath - Runtime classpath of source set 'main'.
    +--- com.example:lib:1.1 FAILED
    \--- com.example:runtime:1.0 FAILED
    
    runtimeOnly - Runtime-only dependencies for the 'main' feature. (n)
    \--- com.example:runtime:1.0 (n)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/kotlinDsl/configurations-and-dependencies-imperative/tests/dependencies.out

    compileClasspath - Compile classpath for source set 'main'.
    \--- com.example:lib:1.1 FAILED
    
    implementation - Implementation dependencies for the 'main' feature. (n)
    \--- com.example:lib:1.1 (n)
    
    runtimeClasspath - Runtime classpath of source set 'main'.
    +--- com.example:lib:1.1 FAILED
    \--- com.example:runtime:1.0 FAILED
    
    runtimeOnly - Runtime-only dependencies for the 'main' feature. (n)
    \--- com.example:runtime:1.0 (n)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1K bytes
    - Viewed (0)
  4. docs/en/docs/reference/dependencies.md

    # Dependencies - `Depends()` and `Security()`
    
    ## `Depends()`
    
    Dependencies are handled mainly with the special function `Depends()` that takes a callable.
    
    Here is the reference for it and its parameters.
    
    You can import it directly from `fastapi`:
    
    ```python
    from fastapi import Depends
    ```
    
    ::: fastapi.Depends
    
    ## `Security()`
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 671 bytes
    - Viewed (0)
  5. subprojects/core-api/src/main/java/org/gradle/api/artifacts/dsl/Dependencies.java

    /**
     * Universal APIs that are available for all {@code dependencies} blocks.
     *
     * @apiNote This interface is intended to be used to mix-in DSL methods for {@code dependencies} blocks.
     * @implSpec The default implementation of all methods should not be overridden.
     * @implNote Changes to this interface may require changes to the
     * {@link org.gradle.api.internal.artifacts.dsl.dependencies.DependenciesExtensionModule extension module for Groovy DSL} or
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 05:34:03 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/mavenMigration/importBom/tests/dependencies.out

    compileClasspath - Compile classpath for source set 'main'.
    +--- org.springframework.boot:spring-boot-dependencies:1.5.8.RELEASE
    |    +--- com.google.code.gson:gson:2.8.2 (c)
    |    +--- dom4j:dom4j:1.6.1 (c)
    |    \--- xml-apis:xml-apis:1.4.01 (c)
    +--- com.google.code.gson:gson -> 2.8.2
    \--- dom4j:dom4j -> 1.6.1
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 357 bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/kotlinDsl/configurations-and-dependencies-custom/tests/dependencies.out

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 112 bytes
    - Viewed (0)
  8. platforms/software/plugins-version-catalog/src/integTest/resources/org/gradle/api/plugins/catalog/internal/dependencies.toml

    Tom Tresansky <******@****.***> 1697219015 -0400
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 16 12:28:14 UTC 2023
    - 290 bytes
    - Viewed (0)
  9. docs/de/docs/reference/dependencies.md

    Nils Lindemann <******@****.***> 1711822605 +0100
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 18:16:45 UTC 2024
    - 765 bytes
    - Viewed (0)
  10. docs_src/bigger_applications/app/dependencies.py

    Sebastián Ramírez <******@****.***> 1652485102 -0500
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri May 13 23:38:22 UTC 2022
    - 369 bytes
    - Viewed (0)
Back to top