Skip to content

Instantly share code, notes, and snippets.

@saket
Last active February 6, 2021 00:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saket/a13d36a947ff6d6568ddf603b16f2be1 to your computer and use it in GitHub Desktop.
Save saket/a13d36a947ff6d6568ddf603b16f2be1 to your computer and use it in GitHub Desktop.
Maven terminology

Maven: a build automation tool maintained by Apache

Maven repository: a host for maven artifacts

Maven Central: the biggest host, maintained by Sonatype


JFrog: a company

Bintray: JFrog’s maven repository

Artifactory: JFrog’s repository manager that anyone can self-host

Jcenter: JFrog’s public instance of Artifactory that syncs to Maven Central


Sonatype: a company

Sonatype Nexus: Sonatype’s repository manager that anyone can self-host

Sonatype OSSRH: Sonatype’s public instance of Nexus that syncs to maven central


FYI: there are other semi-real-time mirrors of maven central, such as one hosted on Google Cloud Platform

@joschi
Copy link

joschi commented Feb 5, 2021

It's Sonatype OSSRH. 😉

@saket
Copy link
Author

saket commented Feb 6, 2021

Fixed, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment