Interface Downloader

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.io.File download​(java.lang.String groupId, java.lang.String artifactId, java.lang.String version, java.util.List<org.eclipse.aether.repository.RemoteRepository> remoteRepositories, org.eclipse.aether.RepositorySystemSession repositorySystemSession)  
    • Method Detail

      • download

        java.io.File download​(java.lang.String groupId,
                              java.lang.String artifactId,
                              java.lang.String version,
                              java.util.List<org.eclipse.aether.repository.RemoteRepository> remoteRepositories,
                              org.eclipse.aether.RepositorySystemSession repositorySystemSession)
                       throws DownloadException
        Throws:
        DownloadException