MVN

com.xuie0000 : util-tools

Maven & Gradle

Mar 09, 2021
0 stars

util-tools · This is my library, main func is collect some base method to reduce repeat work, quickly published your project,

<dependency>
    <groupId>com.xuie0000</groupId>
    <artifactId>util-tools</artifactId>
    <version>1.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.xuie0000 : util-tools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.2

All Versions

Choose a version of com.xuie0000 : util-tools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
util-tools-1.2.2

How to add a dependency to Maven

Add the following com.xuie0000 : util-tools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.xuie0000</groupId>
    <artifactId>util-tools</artifactId>
    <version>1.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.xuie0000 : util-tools gradle dependency to your build.gradle file:

implementation 'com.xuie0000:util-tools:1.2.2'

Gradle Kotlin DSL: Add the following com.xuie0000 : util-tools gradle kotlin dependency to your build.gradle.kts file:

implementation("com.xuie0000:util-tools:1.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.xuie0000 : util-tools sbt scala dependency to your build.sbt file:

libraryDependencies += "com.xuie0000" % "util-tools" % "1.2.2"

Advertisement