(see also the Gradle plugin portal page)
Binaries are hosted at Bintray and are available at the jcenter Maven repo.
Using the Gradle plugins DSL (Gradle 2.1 and above)
plugins {
id "at.bxm.svntools" version "latest.release"
}
Using an external dependency
buildscript {
repositories {
jcenter()
}
dependencies {
classpath "at.bxm.gradleplugins:gradle-svntools-plugin:latest.release"
}
}
apply plugin: "at.bxm.svntools"