Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getPathForRemoteArtifact (0.35 sec)

  1. api/maven-api-core/src/main/java/org/apache/maven/api/services/LocalRepositoryManager.java

         * @param remote – The source repository of the artifact, must not be {@code null}.
         * @return The path, relative to the local repository's base directory.
         */
        @Nonnull
        Path getPathForRemoteArtifact(
                @Nonnull Session session,
                @Nonnull LocalRepository local,
                @Nonnull RemoteRepository remote,
                @Nonnull Artifact artifact);
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Fri Dec 08 09:10:49 GMT 2023
    - 2.7K bytes
    - Viewed (0)
Back to top