Skip to content

Downloading

Downloading

Gradle

repositories {
    mavenCentral()
}

dependencies {
    implementation("org.dalesbred:dalesbred:<VERSION>")
}

Maven

<dependency>
    <groupId>org.dalesbred</groupId>
    <artifactId>dalesbred</artifactId>
    <version><VERSION></version>
</dependency>

Replace <VERSION> with the latest version from Maven Central.