MVN

com.jiechic.library : xUtils

Maven & Gradle

Apr 04, 2015
1 usages

xUtils · Android Fast Development Framework

<dependency>
    <groupId>com.jiechic.library</groupId>
    <artifactId>xUtils</artifactId>
    <version>2.6.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jiechic.library : xUtils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.14

All Versions

Choose a version of com.jiechic.library : xUtils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
xUtils-2.6.14
xUtils-2.6.13

How to add a dependency to Maven

Add the following com.jiechic.library : xUtils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jiechic.library</groupId>
    <artifactId>xUtils</artifactId>
    <version>2.6.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jiechic.library : xUtils gradle dependency to your build.gradle file:

implementation 'com.jiechic.library:xUtils:2.6.14'

Gradle Kotlin DSL: Add the following com.jiechic.library : xUtils gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jiechic.library:xUtils:2.6.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jiechic.library : xUtils sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jiechic.library" % "xUtils" % "2.6.14"

Advertisement