Interface MvnRepoLibraryJarFile

All Superinterfaces:
CodeContribution, FileResource, InputResource, IOResource, JarFile, LibraryJarFile, MvnRepoJarFile, Resource, ZipFile
All Known Implementing Classes:
DefaultMvnRepoLibraryJarFile

A LibraryJarFile that is obtained from a maven repository.
  • Method Details

    • of

      static MvnRepoLibraryJarFile of(List<org.eclipse.aether.repository.RemoteRepository> repositories, String coordinates, Path path)
      Creates a new Maven repository library JAR file resource from the given values.
      Parameters:
      repositories - the repositories
      coordinates - the coordinates
      path - the path
      Returns:
      the maven repository jar file