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