Installation

Whether you want to use Maven or Gradle, you need to add DiVine to your dependencies, as such.

repositories {
    maven(url = "https://jitpack.io")
}

dependencies {
    implementation("com.github.qibergames:di-vine:VERSION")
}

You can find the latest version at DiVine GitHub Packages

Last updated