- Sort Score
- Num 10 results
- Language All
Results 141 - 150 of 848 for Dependencies (0.08 seconds)
-
compat/maven-compat/src/main/java/org/apache/maven/repository/metadata/ArtifactMetadata.java
this.artifactExists = artifactExists; } public Collection<ArtifactMetadata> getDependencies() { return dependencies; } public void setDependencies(Collection<ArtifactMetadata> dependencies) { this.dependencies = dependencies; } public String getArtifactUri() { return artifactUri; } public void setArtifactUri(String artifactUri) {Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sun Mar 30 23:08:36 GMT 2025 - 8K bytes - Click Count (0) -
fastapi/.agents/skills/fastapi/SKILL.md
``` There could be exceptions, but try to follow this convention. Apply shared dependencies at the router level via `dependencies=[Depends(...)]`. ## Dependency Injection See [the dependency injection reference](references/dependencies.md) for detailed patterns including `yield` with `scope`, and class dependencies.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sun Mar 01 10:05:57 GMT 2026 - 10.1K bytes - Click Count (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvn/MavenInvokerTestSupport.java
<scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> <scope>test</scope>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Oct 21 12:17:55 GMT 2025 - 6.8K bytes - Click Count (0) -
guava-gwt/pom.xml
much more. This project includes GWT-friendly sources. </description> <properties> <gwt.logLevel>WARN</gwt.logLevel> </properties> <dependencies> <dependency> <groupId>com.google.guava</groupId> <artifactId>failureaccess</artifactId> <version>${failureaccess.version}</version> </dependency> <dependency>Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Jan 12 15:19:17 GMT 2026 - 18.2K bytes - Click Count (0) -
compat/maven-model-builder/src/test/resources/poms/depmgmt/junit-0.2.xml
<version>0.2</version> <packaging>pom</packaging> <dependencyManagement> <dependencies> <dependency> <groupId>org.junit</groupId> <artifactId>junit</artifactId> <version>0.2</version> </dependency> </dependencies> </dependencyManagement>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jan 10 07:09:12 GMT 2025 - 724 bytes - Click Count (0) -
scripts/tests/test_translation_fixer/test_code_includes/data/translated_doc_number_gt.md
# Header {* ../../docs_src/dependencies/tutorial013_an_py310.py ln[19:21] *} Some text {* ../../docs_src/bigger_applications/app_an_py310/internal/admin.py hl[3] title["app/internal/admin.py"] *} Some more text {* ../../docs_src/dependencies/tutorial013_an_py310.py ln[30:38] hl[31:33] *} And even more textCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Feb 17 08:08:04 GMT 2026 - 370 bytes - Click Count (0) -
docs/en/docs/management-tasks.md
* `upgrade`: Upgrades * This is for upgrades to direct dependencies from the project, or extra optional dependencies, normally in `pyproject.toml`. So, things that would affect final users, they would end up receiving the upgrade in their code base once they update. But this is not for upgrades to internal dependencies used for development, testing, docs, etc. Those internal dependencies or GitHub Action versions should be marked as `internal`, not `upgrade`.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Mon Mar 23 13:59:26 GMT 2026 - 10.7K bytes - Click Count (0) -
api/maven-api-plugin/src/main/mdo/plugin.mdo
</field> <field xdoc.separator="blank"> <name>dependencies</name> <version>1.0.0/1.1.0</version> <association> <type>Dependency</type> <multiplicity>*</multiplicity> </association> <description> A set of dependencies which the plugin requires in order to function. This enables the plugin to functionCreated: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Feb 25 08:28:41 GMT 2025 - 24.8K bytes - Click Count (0) -
compat/maven-model-builder/src/test/resources/poms/depmgmt/distant-import.xml
<version>0.1-SNAPSHOT</version> <dependencyManagement> <dependencies> <dependency> <groupId>org.junit</groupId> <artifactId>bom</artifactId> <version>0.1</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jan 10 07:09:12 GMT 2025 - 768 bytes - Click Count (0) -
scripts/tests/test_translation_fixer/test_complex_doc/data/en_doc.md
{* ../../docs_src/dependencies/tutorial013_an_py310.py ln[19:21] *} {* ../../docs_src/dependencies/tutorial013_an_py310.py ln[30:38] *} ## Code includes with line ranges and highlighting { #code-includes-with-line-ranges-and-highlighting } {* ../../docs_src/dependencies/tutorial013_an_py310.py ln[30:38] hl[31:33] *} {* ../../docs_src/dependencies/tutorial015_an_py310.py ln[10:15] hl[12:14] *}Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Feb 17 08:08:04 GMT 2026 - 7.6K bytes - Click Count (0)