MVN

com.sudoplatform : sudodiwallet

Maven & Gradle

Jun 16, 2023

sudodiwallet · Sudo Decentralized Identity Wallet SDK for the Sudo Platform by Anonyome Labs.

<dependency>
    <groupId>com.sudoplatform</groupId>
    <artifactId>sudodiwallet</artifactId>
    <version>0.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sudoplatform : sudodiwallet to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.0

All Versions

Choose a version of com.sudoplatform : sudodiwallet to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
sudodiwallet-0.6.0
0.5.x
sudodiwallet-0.5.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.sudoplatform</groupId>
    <artifactId>sudodiwallet</artifactId>
    <version>0.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sudoplatform : sudodiwallet gradle dependency to your build.gradle file:

implementation 'com.sudoplatform:sudodiwallet:0.6.0'

Gradle Kotlin DSL: Add the following com.sudoplatform : sudodiwallet gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sudoplatform:sudodiwallet:0.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sudoplatform : sudodiwallet sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sudoplatform" % "sudodiwallet" % "0.6.0"

Advertisement

Dependencies from Group

Jan 27, 2023
14 usages
0 stars
Jun 06, 2023
14 usages
0 stars
Aug 11, 2023
13 usages
1 stars
Jun 13, 2023
12 usages
0 stars
Jul 27, 2023
8 usages
0 stars

Discover Dependencies