Main Maven repository

We run a Maven repository at http://mvn.topobyte.de. To use it from Gradle, add this to your build.gradle:

repositories {
    maven {
        url 'http://mvn.topobyte.de'
    }
}

You can also explore the repository contents on JarYard.