A template project for my gradle based repos.
This readme is only a template. You need to replace all mentions of GradleTemplate
with the name of your project.
Check the wiki for more information on how to setup everything required for this template.
To use GradleTemplate
using Gradle/Maven you can add it as a dependency to your project.
The latest version can be found in the releases.
My libraries are hosted on Maven Central or my own maven server.
repositories {
mavenCentral()
}
dependencies {
implementation "net.lenni0451:GradleTemplate:x.x.x"
}
<dependency>
<groupId>net.lenni0451</groupId>
<artifactId>GradleTemplate</artifactId>
<version>x.x.x</version>
</dependency>