MVN

xyz.mcxross.ksui : ksui-android

Maven & Gradle

Jul 31, 2023
4 stars

MPP Sui library · Multiplatform Kotlin language JSON-RPC wrapper and crypto utilities for interacting with a Sui Full node.

<dependency>
    <groupId>xyz.mcxross.ksui</groupId>
    <artifactId>ksui-android</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xyz.mcxross.ksui : ksui-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.0
  • Latest Beta: 1.2.4-beta

All Versions

Choose a version of xyz.mcxross.ksui : ksui-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
ksui-android-1.3.0
1.2.x
ksui-android-1.2.4-beta
ksui-android-1.2.3-beta
ksui-android-1.2.2-beta
ksui-android-1.2.1-beta

How to add a dependency to Maven

Add the following xyz.mcxross.ksui : ksui-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>xyz.mcxross.ksui</groupId>
    <artifactId>ksui-android</artifactId>
    <version>1.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following xyz.mcxross.ksui : ksui-android gradle dependency to your build.gradle file:

implementation 'xyz.mcxross.ksui:ksui-android:1.3.0'

Gradle Kotlin DSL: Add the following xyz.mcxross.ksui : ksui-android gradle kotlin dependency to your build.gradle.kts file:

implementation("xyz.mcxross.ksui:ksui-android:1.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following xyz.mcxross.ksui : ksui-android sbt scala dependency to your build.sbt file:

libraryDependencies += "xyz.mcxross.ksui" % "ksui-android" % "1.3.0"

Advertisement