Skip to content

Installation

kalasim requires Java11 or higher.

Gradle

To get started simply add it as a dependency:

dependencies {
    implementation "com.github.holgerbrandl:kalasim:0.12.105"
}

Builds are hosted on maven-central supported by the great folks at sonatype.

Jitpack Integration

You can also use JitPack with Maven or Gradle to include the latest snapshot as a dependency in your project.

repositories {
    maven { url 'https://jitpack.io' }
}
dependencies {
        implementation 'com.github.holgerbrandl:kalasim:-SNAPSHOT'
}

How to build it from sources?

To build and install it into your local maven cache, simply clone the repo and run

./gradlew install