Appearance
Getting Started
To add Kambrik to your project, add this to your Gradle build script:
kotlin
dependencies {
modImplementation("io.ejekta:kambrik:VERSION")
}
groovy
repositories {
mavenCentral()
}
dependencies {
modImplementation 'io.ejekta:kambrik:VERSION'
}
Where VERSION
is the version of Kambrik that you want to use. You can find the latest version here.
Alternatively, new projects can use our GitHub template.