MVN

cc.zuv : z-database

Maven & Gradle

May 08, 2020
1 usages

zuv-lib-database · Zuv Database Library

<dependency>
    <groupId>cc.zuv</groupId>
    <artifactId>z-database</artifactId>
    <version>0.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cc.zuv : z-database to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.1

All Versions

Choose a version of cc.zuv : z-database to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
z-database-0.4.1
z-database-0.4.0
0.2.x
z-database-0.2.0
0.1.x
z-database-0.1.9
z-database-0.1.8
z-database-0.1.7
z-database-0.1.6
z-database-0.1.5
z-database-0.1.4

How to add a dependency to Maven

Add the following cc.zuv : z-database maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cc.zuv</groupId>
    <artifactId>z-database</artifactId>
    <version>0.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cc.zuv : z-database gradle dependency to your build.gradle file:

implementation 'cc.zuv:z-database:0.4.1'

Gradle Kotlin DSL: Add the following cc.zuv : z-database gradle kotlin dependency to your build.gradle.kts file:

implementation("cc.zuv:z-database:0.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following cc.zuv : z-database sbt scala dependency to your build.sbt file:

libraryDependencies += "cc.zuv" % "z-database" % "0.4.1"

Advertisement