- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for createArtifactCoordinates (0.85 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/Artifact.java
*/ boolean isSnapshot(); /** * {@return coordinates with the same identifiers as this artifact}. * This is a shortcut for {@code session.createArtifactCoordinates(artifact)}. * * @see org.apache.maven.api.Session#createArtifactCoordinates(Artifact) */ @Nonnull ArtifactCoordinates toCoordinates();
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Jun 26 07:56:58 UTC 2025 - 4.6K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/Session.java
* @return coordinates used to point to the artifact * * @see ArtifactCoordinatesFactory#create(Session, String) */ @Nonnull ArtifactCoordinates createArtifactCoordinates(@Nonnull String coordsString); /** * Shortcut for {@code getService(ArtifactFactory.class).create(...)}. * * @param groupId the group identifier, or {@code null} is unspecified
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Jul 03 14:18:26 UTC 2025 - 36.5K bytes - Viewed (0)