- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for artifactCoordinates (0.13 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/services/VersionRangeResolverRequest.java
* * @param artifactCoordinates the artifact coordinates, must not be {@code null} * @return this builder, never {@code null} */ public VersionResolverRequestBuilder artifactCoordinates(ArtifactCoordinates artifactCoordinates) { this.artifactCoordinates = artifactCoordinates; return this; } /**Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Dec 16 13:41:14 UTC 2025 - 10.4K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/package-info.java
* * <p>{@link org.apache.maven.api.ArtifactCoordinates} instances are used to locate artifacts in a repository. * Each instance identifies an artifact or version range of artifacts in the Maven repository system.</p> * * <p>{@link org.apache.maven.api.Artifact} instances represent artifacts in the repository. * They are created when <dfn>resolving</dfn> an {@code ArtifactCoordinates} object. Resolving is the processRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Dec 15 11:13:42 UTC 2025 - 7.7K bytes - Viewed (0)