Files download
File Operation
kingdoms-1.16.20.5.jar download
kingdoms-1.16.20.5.pom download
kingdoms-1.16.20.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.cryptomorin</groupId>
  <artifactId>kingdoms</artifactId>
  <version>1.16.20.5</version>
</dependency>
Gradle Groovy
implementation 'com.github.cryptomorin:kingdoms:1.16.20.5'
Gradle Kotlin
implementation("com.github.cryptomorin:kingdoms:1.16.20.5")
Scala SBT
libraryDependencies += "com.github.cryptomorin" % "kingdoms" % "1.16.20.5"
Groovy Grape
@Grapes(
  @Grab(group='com.github.cryptomorin', module='kingdoms', version='1.16.20.5')
)
Apache Ivy
<dependency org="com.github.cryptomorin" name="kingdoms" rev="1.16.20.5" />
Leiningen
[com.github.cryptomorin/kingdoms "1.16.20.5"]
Apache Buildr
'com.github.cryptomorin:kingdoms:jar:1.16.20.5'