Artifactory Repository Manager
Jump to navigation
Jump to search
An Artifactory Repository Manager is a software repository manager that ...
- See: Nexus Repository Manager.
References
2021
- https://www.vogella.com/tutorials/Artifactory/article.html
- QUOTE: A repository manager allows to store and retrieve build artifacts. You can use a repository manager to retrieve your code dependencies, for example during a Gradle or Maven build. The most popular examples for repository manager are Maven Central Repository and jcenter at Bintray. ...
An Artifactory installation brings such a repository for your company. So you can host your own repositories, but also use Artifactory as a proxy for public repositories. With such a proxy the time to receive an artifact is reduced and it saves bandwidth. Artifactory allows you to host your private build artifacts.
- QUOTE: A repository manager allows to store and retrieve build artifacts. You can use a repository manager to retrieve your code dependencies, for example during a Gradle or Maven build. The most popular examples for repository manager are Maven Central Repository and jcenter at Bintray. ...