MVN

ren.tzcc : commonutils

Maven & Gradle

May 05, 2023

commonutils · T2Admin system 公共包

<dependency>
    <groupId>ren.tzcc</groupId>
    <artifactId>commonutils</artifactId>
    <version>2.0.1.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ren.tzcc : commonutils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1.RELEASE

All Versions

Choose a version of ren.tzcc : commonutils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
commonutils-2.0.1.RELEASE
1.0.x
commonutils-1.0.20.RELEASE
commonutils-1.0.19.RELEASE
commonutils-1.0.18.RELEASE
commonutils-1.0.17.RELEASE
commonutils-1.0.16.RELEASE
commonutils-1.0.13.RELEASE
commonutils-1.0.12.RELEASE
commonutils-1.0.11.RELEASE
commonutils-1.0.10.RELEASE
commonutils-1.0.9.RELEASE
commonutils-1.0.8.RELEASE
commonutils-1.0.7.RELEASE
commonutils-1.0.6.RELEASE
commonutils-1.0.5.RELEASE
commonutils-1.0.4.RELEASE
commonutils-1.0.3.RELEASE
commonutils-1.0.2.RELEASE
commonutils-1.0.1.RELEASE
commonutils-1.0.0.RELEASE

How to add a dependency to Maven

Add the following ren.tzcc : commonutils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ren.tzcc</groupId>
    <artifactId>commonutils</artifactId>
    <version>2.0.1.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ren.tzcc : commonutils gradle dependency to your build.gradle file:

implementation 'ren.tzcc:commonutils:2.0.1.RELEASE'

Gradle Kotlin DSL: Add the following ren.tzcc : commonutils gradle kotlin dependency to your build.gradle.kts file:

implementation("ren.tzcc:commonutils:2.0.1.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following ren.tzcc : commonutils sbt scala dependency to your build.sbt file:

libraryDependencies += "ren.tzcc" % "commonutils" % "2.0.1.RELEASE"