Artifact Repositories

Artifacts should be deployed somewhere if you want them accessible.

The official Maven repository is Maven Central, but deploying there can be a pain. Instead some sort of deployment platform should be used.

Bintray is a good option. Check their deployment guide to find more about it. Once the artifacts are deployed there the repository can be synchronized with JCenter, and this is used as a deployment platform to publish the artifacts into Maven Central.

Last updated