# Install Artifactory
wget https://excellmedia.dl.sourceforge.net/project/artifactory/artifactory/3.9.2/artifactory-3.9.2.rpm
yum install -y artifactory-3.9.2.rpm
# Install network tools
yum install -y net-tools
# Start Artifactory
service artifactory start
瀏覽:http://localhost:8081
參考資料:
https://fenriswolf.me/2012/04/04/%E5%BB%BA%E7%AB%8B-maven-repository/