Lalchand Mali
Lalchand Mali

Reputation: 221

How to make jfrog artifactory server as central repository for our project?

I am writing a springboot application, which has dependencies of springboot. I want to keep one copy of these dependency into JFrog Artifactory server, so next time dependency will be fetched from JFrog Artifactory server then maven central.

Upvotes: 0

Views: 1556

Answers (1)

Dror Bereznitsky
Dror Bereznitsky

Reputation: 20376

If you are planning to use Gradle as your build tool you can start with the following resources:

In addition you can take a look at the JFrog GitHub for project examples. This repository contains multiple example project showing how to work with Gradle and Artifactory.

If you are planning to use Apache Maven as your build tool you can start with the following resources:

Upvotes: 1

Related Questions