MVN

io.github.xrfzh.cn : xr-common-utils

Maven & Gradle

Apr 26, 2023
<dependency>
    <groupId>io.github.xrfzh.cn</groupId>
    <artifactId>xr-common-utils</artifactId>
    <version>2.8.9-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.xrfzh.cn : xr-common-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8.9-RELEASE

All Versions

Choose a version of io.github.xrfzh.cn : xr-common-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8.x
xr-common-utils-2.8.9-RELEASE
xr-common-utils-2.8.8-RELEASE
xr-common-utils-2.8.7-RELEASE
xr-common-utils-2.8.6-RELEASE
xr-common-utils-2.8.5-RELEASE
xr-common-utils-2.8.4-RELEASE
xr-common-utils-2.8.3-RELEASE
xr-common-utils-2.8.2-RELEASE
xr-common-utils-2.8.1-RELEASE
xr-common-utils-2.8.0-RELEASE
2.7.x
xr-common-utils-2.7.4-RELEASE
xr-common-utils-2.7.2-RELEASE
xr-common-utils-2.7.1-RELEASE
2.2.x
xr-common-utils-2.2.3-RELEASE
xr-common-utils-2.2.2-RELEASE
xr-common-utils-2.2.0-RELEASE
2.1.x
xr-common-utils-2.1.2-RELEASE
xr-common-utils-2.1.1-RELEASE
xr-common-utils-2.1.0-RELEASE
2.0.x
xr-common-utils-2.0.0-RELEASE

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.xrfzh.cn</groupId>
    <artifactId>xr-common-utils</artifactId>
    <version>2.8.9-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.xrfzh.cn : xr-common-utils gradle dependency to your build.gradle file:

implementation 'io.github.xrfzh.cn:xr-common-utils:2.8.9-RELEASE'

Gradle Kotlin DSL: Add the following io.github.xrfzh.cn : xr-common-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.xrfzh.cn:xr-common-utils:2.8.9-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.xrfzh.cn : xr-common-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.xrfzh.cn" % "xr-common-utils" % "2.8.9-RELEASE"