Maven Central: https://central.sonatype.com/artifact/io.github.joedev030/weighted-random
Implementations (Replace 'x.x.x' with newest release version)
Apache Maven
<dependency>
<groupId>io.github.joedev030</groupId>
<artifactId>weighted-random</artifactId>
<version>x.x.x</version>
</dependency>
Gradle
implementation 'io.github.joedev030:weighted-random:x.x.x'Kotlin Gradle
implementation("io.github.joedev030:weighted-random:x.x.x")