MVN

io.github.huangjie0515 : common-tools

Maven & Gradle

May 15, 2022
0 stars

common-tools · 一个工具类

<dependency>
    <groupId>io.github.huangjie0515</groupId>
    <artifactId>common-tools</artifactId>
    <version>2.2.1-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.huangjie0515 : common-tools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.1-RELEASE

All Versions

Choose a version of io.github.huangjie0515 : common-tools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
common-tools-2.2.1-RELEASE
common-tools-2.2.0-RELEASE
2.1.x
common-tools-2.1.1-RELEASE
2.0.x
common-tools-2.0.0-RELEASE
1.0.x
common-tools-1.0.0-RELEASE

How to add a dependency to Maven

Add the following io.github.huangjie0515 : common-tools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.huangjie0515</groupId>
    <artifactId>common-tools</artifactId>
    <version>2.2.1-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.huangjie0515 : common-tools gradle dependency to your build.gradle file:

implementation 'io.github.huangjie0515:common-tools:2.2.1-RELEASE'

Gradle Kotlin DSL: Add the following io.github.huangjie0515 : common-tools gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.huangjie0515:common-tools:2.2.1-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.huangjie0515 : common-tools sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.huangjie0515" % "common-tools" % "2.2.1-RELEASE"