- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 147 for _tool_ (0.06 sec)
-
api/maven-api-cli/src/main/java/org/apache/maven/api/cli/Tools.java
import org.apache.maven.api.annotations.Experimental; import org.apache.maven.api.annotations.Immutable; /** * Represents most common tools supported by CLIng. * * @since 4.0.0 */ @Immutable @Experimental public final class Tools { private Tools() {} public static final String MVN_CMD = "mvn"; public static final String MVN_NAME = "Maven";
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sat Jun 07 06:22:47 UTC 2025 - 1.5K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/JavaPathType.java
* specific language governing permissions and limitations * under the License. */ package org.apache.maven.api; import javax.tools.DocumentationTool; import javax.tools.JavaFileManager; import javax.tools.StandardLocation; import java.io.File; import java.nio.file.Path; import java.util.Objects; import java.util.Optional; import java.util.StringJoiner;
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Jun 26 07:56:58 UTC 2025 - 15K bytes - Viewed (1) -
api/maven-api-cli/src/main/java/org/apache/maven/api/cli/ParserRequest.java
@Nonnull static Builder mvn(@Nonnull List<String> args, @Nonnull MessageBuilderFactory messageBuilderFactory) { return builder(Tools.MVN_CMD, Tools.MVN_NAME, args, messageBuilderFactory); } /** * Creates a new Builder instance for constructing a Maven Encrypting Tool ParserRequest. * * @param args the command-line arguments * @param messageBuilderFactory the factory for creating message builders
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sat Jun 07 06:22:47 UTC 2025 - 15.9K bytes - Viewed (0) -
api/maven-api-cli/src/main/java/org/apache/maven/api/cli/mvnup/package-info.java
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sat Jun 07 06:22:47 UTC 2025 - 1.4K bytes - Viewed (0) -
docs/en/docs/benchmarks.md
When you check the benchmarks, it is common to see several tools of different types compared as equivalent. Specifically, to see Uvicorn, Starlette and FastAPI compared together (among many other tools). The simpler the problem solved by the tool, the better performance it will get. And most of the benchmarks don't test the additional features provided by the tool. The hierarchy is like: * **Uvicorn**: an ASGI server
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 3.5K bytes - Viewed (0) -
api/maven-api-di/src/main/java/org/apache/maven/di/tool/package-info.java
* under the License. */ /** * Provides tools for processing Maven dependency injection annotations at compile time. * <p> * This package contains annotation processors that generate metadata files used by * the Maven dependency injection system. The main component is the {@link org.apache.maven.di.tool.DiIndexProcessor},
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Apr 03 13:33:59 UTC 2025 - 1.5K bytes - Viewed (0) -
docs/en/docs/deployment/docker.md
## Container Images { #container-images } Docker has been one of the main tools to create and manage **container images** and **containers**. And there's a public <a href="https://hub.docker.com/" class="external-link" target="_blank">Docker Hub</a> with pre-made **official container images** for many tools, environments, databases, and applications.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 29.5K bytes - Viewed (1) -
docs/en/docs/alternatives.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 23.6K bytes - Viewed (0) -
go.mod
module github.com/minio/minio go 1.24.0 toolchain go1.24.2 // Install tools using 'go install tool'. tool ( github.com/tinylib/msgp golang.org/x/tools/cmd/stringer ) require ( aead.dev/mtls v0.2.1 cloud.google.com/go/storage v1.52.0 github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.0 github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.9.0 github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.1
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sat Sep 06 17:33:19 UTC 2025 - 12.3K bytes - Viewed (0) -
docs/en/docs/tutorial/security/first-steps.md
We can use **OAuth2** to build that with **FastAPI**. But let's save you the time of reading the full long specification just to find those little pieces of information you need. Let's use the tools provided by **FastAPI** to handle security. ## How it looks { #how-it-looks } Let's first just use the code and see how it works, and then we'll come back to understand what's happening.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 8.4K bytes - Viewed (0)