From 11f9f02d57d829c59344be59d5cace95ec9ecef3 Mon Sep 17 00:00:00 2001 From: Manfred Moser Date: Thu, 7 May 2015 12:13:11 -0700 Subject: [PATCH] added Central Repository, aka Maven Central --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bc1f1b6..85f44c3 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o *Tools which handle the distribution of Java applications in native formats.* * [Bintray](https://bintray.com/) - Version control for binaries which handles the publishing. Can also be used with Maven or Gradle and has a free plan for Open Source Software or several business plans. +* [Central Repository](http://search.maven.org/) - Largest binary component repository available as [a free service to the open source community](http://central.sonatype.org). Default used by Apache Maven and available in all other build tools. * [IzPack](http://izpack.org/) - Setup authoring tool for cross-platform deployments. * [Launch4j](http://launch4j.sourceforge.net/) - Wraps JARs in lightweight and native Windows executables. * [Nexus](http://www.sonatype.com/nexus) - Binary management with proxy and caching capabilities.