- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getCoordinates (0.09 seconds)
-
api/maven-api-core/src/main/java/org/apache/maven/api/services/ArtifactResolverRequest.java
* * @since 4.0.0 */ @Experimental @Immutable public interface ArtifactResolverRequest extends RepositoryAwareRequest { @Nonnull Collection<? extends ArtifactCoordinates> getCoordinates(); @Nonnull static ArtifactResolverRequestBuilder builder() { return new ArtifactResolverRequestBuilder(); } @Nonnull static ArtifactResolverRequest build(Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 10 07:30:49 GMT 2025 - 5.5K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ArtifactResolverResult.java
/** * Returns the coordinates of the resolved artifact. * * @return The {@link ArtifactCoordinates} of the artifact. */ ArtifactCoordinates getCoordinates(); /** * Returns the resolved artifact. * * @return The {@link DownloadedArtifact} instance. */ DownloadedArtifact getArtifact(); /**Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Feb 07 00:45:02 GMT 2025 - 4.7K bytes - Click Count (0)