MVN

com.github.mistertea : zombiedb

Maven & Gradle

Dec 05, 2014
13 stars

Zombie DB · Thrift-specified Database wrapper for CRUD of thrift objects.

<dependency>
    <groupId>com.github.mistertea</groupId>
    <artifactId>zombiedb</artifactId>
    <version>1.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.mistertea : zombiedb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.24

All Versions

Choose a version of com.github.mistertea : zombiedb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.24
zombiedb-1.24
1.23
zombiedb-1.23
1.22
zombiedb-1.22
1.21
zombiedb-1.21
1.20
zombiedb-1.20
1.19
zombiedb-1.19
1.18
zombiedb-1.18
1.17
zombiedb-1.17
1.10
zombiedb-1.10
1.1
zombiedb-1.1

How to add a dependency to Maven

Add the following com.github.mistertea : zombiedb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.mistertea</groupId>
    <artifactId>zombiedb</artifactId>
    <version>1.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.mistertea : zombiedb gradle dependency to your build.gradle file:

implementation 'com.github.mistertea:zombiedb:1.24'

Gradle Kotlin DSL: Add the following com.github.mistertea : zombiedb gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.mistertea:zombiedb:1.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.mistertea : zombiedb sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.mistertea" % "zombiedb" % "1.24"