MVN

com.github.Shouheng88 : uix-core

Maven & Gradle

Feb 11, 2023
1 usages

uix-core · Android UIX

<dependency>
    <groupId>com.github.Shouheng88</groupId>
    <artifactId>uix-core</artifactId>
    <version>2.9.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.Shouheng88 : uix-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.9.1
  • Latest Alpha: 1.7.4-alpha

All Versions

Choose a version of com.github.Shouheng88 : uix-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.9.x
uix-core-2.9.1
uix-core-2.9.0
2.8.x
uix-core-2.8.2
uix-core-2.8.1
2.7.x
uix-core-2.7.1
uix-core-2.7.0
2.6.x
uix-core-2.6.1
uix-core-2.6.0
2.4.x
uix-core-2.4.0
2.3.x
uix-core-2.3.0
2.2.x
uix-core-2.2.1
2.2
uix-core-2.2
2.0
uix-core-2.0
1.9.x
uix-core-1.9.0
1.8.x
uix-core-1.8.1
uix-core-1.8.0
1.7.x
uix-core-1.7.9
uix-core-1.7.8
uix-core-1.7.6
uix-core-1.7.5
uix-core-1.7.4
uix-core-1.7.4-alpha
uix-core-1.7.3

How to add a dependency to Maven

Add the following com.github.Shouheng88 : uix-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.Shouheng88</groupId>
    <artifactId>uix-core</artifactId>
    <version>2.9.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.Shouheng88 : uix-core gradle dependency to your build.gradle file:

implementation 'com.github.Shouheng88:uix-core:2.9.1'

Gradle Kotlin DSL: Add the following com.github.Shouheng88 : uix-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.Shouheng88:uix-core:2.9.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.Shouheng88 : uix-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.Shouheng88" % "uix-core" % "2.9.1"

Advertisement