MVN

cc.zuv : z-web-support

Maven & Gradle

Dec 09, 2020

zuv-lib-web-support · Zuv Web Support Library

<dependency>
    <groupId>cc.zuv</groupId>
    <artifactId>z-web-support</artifactId>
    <version>0.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.4.2

All Versions

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

Version Vulnerabilities Updated
0.4.x
z-web-support-0.4.2
z-web-support-0.4.1
z-web-support-0.4.0
0.2.x
z-web-support-0.2.6
z-web-support-0.2.5
z-web-support-0.2.4
z-web-support-0.2.3
z-web-support-0.2.2
z-web-support-0.2.1
z-web-support-0.2.0
0.1.x
z-web-support-0.1.9
z-web-support-0.1.8
z-web-support-0.1.7
z-web-support-0.1.6
z-web-support-0.1.5
z-web-support-0.1.4

How to add a dependency to Maven

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

<dependency>
    <groupId>cc.zuv</groupId>
    <artifactId>z-web-support</artifactId>
    <version>0.4.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'cc.zuv:z-web-support:0.4.2'

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

implementation("cc.zuv:z-web-support:0.4.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "cc.zuv" % "z-web-support" % "0.4.2"

Advertisement