Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jfrog Artifactory what is used for

I've a question about Jfrog Artifactory. I don't know for what it is used. Can you explain me this in practical way ? Thanks in advance!

like image 655
coleo Avatar asked Oct 28 '22 23:10

coleo


1 Answers

From the tag description of artifactory:

Artifactory is a binary repository manager for use by build tools (like Maven and Gradle), dependency management tools (like Ivy, NuGet and RubyGems) and build servers (like Jenkins, TeamCity and Bamboo). It comes as downloadable version (OSS, Pro and Enterprise with additional features) and cloud SaaS version.

Simply put it's a self-hosted/on-premise remote location in which you can store Java/Maven dependencies (with the open source version) and various other package types (NPM, rubygems etc) with the pro version

like image 135
Peter Reid Avatar answered Nov 09 '22 12:11

Peter Reid