MVN

cc.zuv : z-service

Maven & Gradle

Dec 09, 2020

zuv-lib-service · Zuv Service Library

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

Latest Version

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

  • Latest Stable: 0.4.3

All Versions

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

Version Vulnerabilities Updated
0.4.x
z-service-0.4.3
z-service-0.4.1
z-service-0.4.0
0.3.x
z-service-0.3.3
z-service-0.3.2
z-service-0.3.1
z-service-0.3.0
0.2.x
z-service-0.2.9
z-service-0.2.7
z-service-0.2.6
z-service-0.2.5
z-service-0.2.3
z-service-0.2.2
z-service-0.2.1
0.1.x
z-service-0.1.9
z-service-0.1.8
z-service-0.1.7
z-service-0.1.6
z-service-0.1.5
z-service-0.1.4

How to add a dependency to Maven

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

<dependency>
    <groupId>cc.zuv</groupId>
    <artifactId>z-service</artifactId>
    <version>0.4.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'cc.zuv:z-service:0.4.3'

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

implementation("cc.zuv:z-service:0.4.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "cc.zuv" % "z-service" % "0.4.3"

Advertisement