- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 408 for dependency (0.04 sec)
-
compat/maven-compat/src/test/projects/project-dependencies-resolver/it0063/pom.xml
<description>Test the use of a system scoped dependency to a (fake) tools.jar.</description> <dependencies> <dependency> <groupId>com.sun</groupId> <artifactId>tools</artifactId> <version>1.4.2</version> <scope>system</scope> <systemPath>${jre.home}/../lib/tools.jar</systemPath> </dependency> </dependencies> <build> <plugins> <plugin>
Registered: 2025-09-07 03:35 - Last Modified: 2024-10-25 12:31 - 1.7K bytes - Viewed (0) -
docs/en/docs/tutorial/security/get-current-user.md
## Create a `get_current_user` dependency { #create-a-get-current-user-dependency } Let's create a dependency `get_current_user`. Remember that dependencies can have sub-dependencies? `get_current_user` will have a dependency with the same `oauth2_scheme` we created before.Registered: 2025-09-07 07:19 - Last Modified: 2025-08-31 09:15 - 4K bytes - Viewed (0) -
pom.xml
</build> <dependencies> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.26</version> <optional>true</optional> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.3.5</version> <optional>true</optional> </dependency> <dependency> <groupId>junit</groupId>
Registered: 2025-09-05 20:58 - Last Modified: 2025-08-31 03:01 - 4.9K bytes - Viewed (0) -
api/maven-api-spi/pom.xml
<description>Maven 4 API - Maven SPI.</description> <dependencies> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-api-annotations</artifactId> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-api-model</artifactId> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-api-core</artifactId>
Registered: 2025-09-07 03:35 - Last Modified: 2025-06-29 22:37 - 1.8K bytes - Viewed (0) -
docs/en/docs/advanced/security/oauth2-scopes.md
* Required scopes `["items"]` with the dependency: * `get_current_active_user`: * The dependency function `get_current_active_user` has: * Required scopes `["me"]` with the dependency: * `get_current_user`: * The dependency function `get_current_user` has: * No scopes required by itself. * A dependency using `oauth2_scheme`.
Registered: 2025-09-07 07:19 - Last Modified: 2025-08-31 10:49 - 13.5K bytes - Viewed (0) -
docs/en/docs/advanced/advanced-dependencies.md
And that way we are able to "parameterize" our dependency, that now has `"bar"` inside of it, as the attribute `checker.fixed_content`. ## Use the instance as a dependency { #use-the-instance-as-a-dependency } Then, we could use this `checker` in a `Depends(checker)`, instead of `Depends(FixedContentQueryChecker)`, because the dependency is the instance, `checker`, not the class itself.
Registered: 2025-09-07 07:19 - Last Modified: 2025-08-31 09:15 - 2.6K bytes - Viewed (0) -
compat/maven-builder-support/pom.xml
<dependencies> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-api-core</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> <scope>test</scope> </dependency> </dependencies>
Registered: 2025-09-07 03:35 - Last Modified: 2025-06-29 22:37 - 1.7K bytes - Viewed (0) -
docs/de/docs/tutorial/dependencies/index.md
Es ist so konzipiert, sehr einfach zu verwenden zu sein und es jedem Entwickler sehr leicht zu machen, andere Komponenten mit **FastAPI** zu integrieren. ## Was ist „Dependency Injection“
Registered: 2025-09-07 07:19 - Last Modified: 2024-11-18 02:25 - 10.7K bytes - Viewed (0) -
docs/en/docs/tutorial/dependencies/index.md
Registered: 2025-09-07 07:19 - Last Modified: 2025-08-31 09:15 - 9.6K bytes - Viewed (0) -
compat/maven-compat/src/test/java/org/apache/maven/repository/LegacyRepositorySystemTest.java
void testThatASystemScopedDependencyIsNotResolvedFromRepositories() throws Exception { // // We should get a whole slew of dependencies resolving this artifact transitively // Dependency d = new Dependency(); d.setGroupId("org.apache.maven.its"); d.setArtifactId("b"); d.setVersion("0.1"); d.setScope(Artifact.SCOPE_COMPILE);
Registered: 2025-09-07 03:35 - Last Modified: 2025-02-07 00:45 - 10.7K bytes - Viewed (0)