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")
}
Last updated