MVN

com.github.bookong : zest

Maven & Gradle

Jul 12, 2022
12 stars

zest · An easy-to-use unit testing tool based on Spring Framework. Support SQL type database and MongoDB

<dependency>
    <groupId>com.github.bookong</groupId>
    <artifactId>zest</artifactId>
    <version>0.3.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.3.8

All Versions

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

Version Vulnerabilities Updated
0.3.x
zest-0.3.8
zest-0.3.7
zest-0.3.6
zest-0.3.5
zest-0.3.4
zest-0.3.3
zest-0.3.2
zest-0.3.1
0.2.x
zest-0.2.24
zest-0.2.23
zest-0.2.22
zest-0.2.21
zest-0.2.20
zest-0.2.19
zest-0.2.18
zest-0.2.17
zest-0.2.16
zest-0.2.15
zest-0.2.14
zest-0.2.13
zest-0.2.12
zest-0.2.11
zest-0.2.10
zest-0.2.9
zest-0.2.8
zest-0.2.7
zest-0.2.6
zest-0.2.5
zest-0.2.4
zest-0.2.1
zest-0.2.0
0.1.x
zest-0.1.12
zest-0.1.11
zest-0.1.8

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.bookong</groupId>
    <artifactId>zest</artifactId>
    <version>0.3.8</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.bookong:zest:0.3.8'

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

implementation("com.github.bookong:zest:0.3.8")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.bookong" % "zest" % "0.3.8"