- Sort Score
- Result 10 results
- Languages All
Results 131 - 140 of 405 for dependentes (0.05 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/Type.java
*/ @Nullable String getClassifier(); /** * Specifies if the artifact already embeds its own dependencies. * This is the case for JEE packages or similar artifacts such as * WARs, EARs, etc. * * @return if the artifact's dependencies are included in the artifact */ boolean isIncludesDependencies(); /**
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 6.5K bytes - Viewed (0) -
api/maven-api-spi/pom.xml
<version>4.1.0-SNAPSHOT</version> </parent> <artifactId>maven-api-spi</artifactId> <name>Maven 4 API :: SPI</name> <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>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sun Jun 29 22:37:39 UTC 2025 - 1.8K bytes - Viewed (0) -
compat/maven-compat/src/test/java/org/apache/maven/project/ProjectClasspathTestType.java
artifact = getArtifact(project, "maven-test-test", "scope-provided"); assertNull(artifact, "Check no provided dependencies are transitive"); artifact = getArtifact(project, "maven-test-test", "scope-test"); assertNull(artifact, "Check no test dependencies are transitive"); artifact = getArtifact(project, "maven-test-test", "scope-compile"); assertNotNull(artifact);
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Mar 21 04:56:21 UTC 2025 - 6.4K bytes - Viewed (0) -
docs/es/docs/tutorial/dependencies/index.md
/// ### Importar `Depends` {* ../../docs_src/dependencies/tutorial001_an_py310.py hl[3] *} ### Declarar la dependencia, en el "dependant" De la misma forma en que usas `Body`, `Query`, etc. con los parรกmetros de tu *path operation function*, usa `Depends` con un nuevo parรกmetro: {* ../../docs_src/dependencies/tutorial001_an_py310.py hl[13,18] *}
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 9.7K bytes - Viewed (0) -
docs/en/docs/tutorial/security/simple-oauth2.md
/// ## Update the dependencies { #update-the-dependencies } Now we are going to update our dependencies. We want to get the `current_user` *only* if this user is active. So, we create an additional dependency `get_current_active_user` that in turn uses `get_current_user` as a dependency. Both of these dependencies will just return an HTTP error if the user doesn't exist, or if is inactive.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 9.4K bytes - Viewed (0) -
compat/maven-compat/src/test/java/org/apache/maven/repository/TestRepositorySystem.java
artifacts.put(artifact.getDependencyConflictId(), artifact); } } List<Dependency> dependencies = new ArrayList<>(); if (request.getArtifact() instanceof ArtifactWithDependencies artifactWithDependencies) { dependencies = artifactWithDependencies.getDependencies(); } else { Artifact pomArtifact = createProjectArtifact(
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jan 10 08:42:00 UTC 2025 - 12K bytes - Viewed (0) -
README.md
<artifactId>guava</artifactId> <version>33.4.8-jre</version> <!-- or, for Android: --> <version>33.4.8-android</version> </dependency> ``` To add a dependency using Gradle: ```gradle dependencies { // Pick one: // 1. Use Guava in your implementation only: implementation("com.google.guava:guava:33.4.8-jre") // 2. Use Guava types in your public API: api("com.google.guava:guava:33.4.8-jre")
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Aug 05 15:30:14 UTC 2025 - 6.2K bytes - Viewed (0) -
compat/maven-artifact/pom.xml
<name>Maven Artifact</name> <dependencies> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-params</artifactId> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sun Jun 29 22:37:39 UTC 2025 - 2.3K bytes - Viewed (0) -
docs/em/docs/tutorial/dependencies/index.md
* ๐ฆ ๐ข ๐ข `limit` ๐ `int`, & ๐ข `100`. & โคด๏ธ โซ๏ธ ๐จ `dict` โ ๐ ๐ฒ. ### ๐ `Depends` {* ../../docs_src/dependencies/tutorial001.py hl[3] *} ### ๐ฃ ๐, "โ๏ธ" ๐ ๐ ๐ โ๏ธ `Body`, `Query`, โ๏ธ. โฎ๏ธ ๐ *โก ๐ ๏ธ ๐ข* ๐ข, โ๏ธ `Depends` โฎ๏ธ ๐ ๐ข: {* ../../docs_src/dependencies/tutorial001.py hl[15,20] *} ๐ ๐ โ๏ธ `Depends` ๐ข ๐ ๐ข ๐ ๐ ๐ โ๏ธ `Body`, `Query`, โ๏ธ, `Depends` ๐ท ๐ ๐. ๐ ๐ด ๐ค `Depends` ๐ ๐ข.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 6.1K bytes - Viewed (0) -
docs/en/docs/async.md
### Dependencies { #dependencies } The same applies for [dependencies](tutorial/dependencies/index.md){.internal-link target=_blank}. If a dependency is a standard `def` function instead of `async def`, it is run in the external threadpool. ### Sub-dependencies { #sub-dependencies }
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:56:21 UTC 2025 - 24K bytes - Viewed (0)