MVN

io.iohk.atala.prism.anoncredskmp : anoncreds-kmp-jvm

Maven & Gradle

Mar 07, 2024
3 stars

AnonCred KMP Wrapper · The AnonCreds (Anonymous Credentials) specification is based on the open source verifiable credential implementation of AnonCreds that has been in use since 2017, initially as part of the Hyperledger Indy open source project and now in the Hyperledger AnonCreds project. The extensive use of AnonCreds around the world has made it a de facto standard for ZKP-based verifiable credentials, and this specification is the formalization of that implementation.

<dependency>
    <groupId>io.iohk.atala.prism.anoncredskmp</groupId>
    <artifactId>anoncreds-kmp-jvm</artifactId>
    <version>0.4.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.iohk.atala.prism.anoncredskmp : anoncreds-kmp-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.6

All Versions

Choose a version of io.iohk.atala.prism.anoncredskmp : anoncreds-kmp-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
anoncreds-kmp-jvm-0.4.6
anoncreds-kmp-jvm-0.4.5

How to add a dependency to Maven

Add the following io.iohk.atala.prism.anoncredskmp : anoncreds-kmp-jvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.iohk.atala.prism.anoncredskmp</groupId>
    <artifactId>anoncreds-kmp-jvm</artifactId>
    <version>0.4.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.iohk.atala.prism.anoncredskmp : anoncreds-kmp-jvm gradle dependency to your build.gradle file:

implementation 'io.iohk.atala.prism.anoncredskmp:anoncreds-kmp-jvm:0.4.6'

Gradle Kotlin DSL: Add the following io.iohk.atala.prism.anoncredskmp : anoncreds-kmp-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("io.iohk.atala.prism.anoncredskmp:anoncreds-kmp-jvm:0.4.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.iohk.atala.prism.anoncredskmp : anoncreds-kmp-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "io.iohk.atala.prism.anoncredskmp" % "anoncreds-kmp-jvm" % "0.4.6"