MVN

io.github.xiaoxunyao : java-utils-library

Maven & Gradle

May 19, 2021
11 stars

java-utils-library · Lightweight java tool class

<dependency>
    <groupId>io.github.xiaoxunyao</groupId>
    <artifactId>java-utils-library</artifactId>
    <version>0.0.2-releases</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.xiaoxunyao : java-utils-library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.2-releases

All Versions

Choose a version of io.github.xiaoxunyao : java-utils-library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
java-utils-library-0.0.2-releases
java-utils-library-0.0.1-releases

How to add a dependency to Maven

Add the following io.github.xiaoxunyao : java-utils-library maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.xiaoxunyao</groupId>
    <artifactId>java-utils-library</artifactId>
    <version>0.0.2-releases</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.xiaoxunyao : java-utils-library gradle dependency to your build.gradle file:

implementation 'io.github.xiaoxunyao:java-utils-library:0.0.2-releases'

Gradle Kotlin DSL: Add the following io.github.xiaoxunyao : java-utils-library gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.xiaoxunyao:java-utils-library:0.0.2-releases")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.xiaoxunyao : java-utils-library sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.xiaoxunyao" % "java-utils-library" % "0.0.2-releases"