MVN

cn.com.fishin : Tuz

Maven & Gradle

Sep 14, 2019
3 stars

Tuz

<dependency>
    <groupId>cn.com.fishin</groupId>
    <artifactId>Tuz</artifactId>
    <version>1.0-FINAL</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.com.fishin : Tuz to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0-FINAL
  • Latest Beta: 0.7.8-BETA

All Versions

Choose a version of cn.com.fishin : Tuz to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
Tuz-1.0-FINAL
0.8.x
Tuz-0.8.0-FINAL
0.7.x
Tuz-0.7.8-BETA
Tuz-0.7.4-FINAL
Tuz-0.7.2-FINAL
Tuz-0.7.0-FINAL
0.6.x
Tuz-0.6.7-FINAL
Tuz-0.6.6-FINAL
Tuz-0.6.4-BETA
Tuz-0.6.0-FINAL
0.5.x
Tuz-0.5.7-BETA
Tuz-0.5.5-BETA
Tuz-0.5.2-BETA

How to add a dependency to Maven

Add the following cn.com.fishin : Tuz maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.com.fishin</groupId>
    <artifactId>Tuz</artifactId>
    <version>1.0-FINAL</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.com.fishin : Tuz gradle dependency to your build.gradle file:

implementation 'cn.com.fishin:Tuz:1.0-FINAL'

Gradle Kotlin DSL: Add the following cn.com.fishin : Tuz gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.com.fishin:Tuz:1.0-FINAL")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.com.fishin : Tuz sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.com.fishin" % "Tuz" % "1.0-FINAL"

Advertisement