anoncreds-kmp-jvm
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.iohk.atala.prism.anoncredskmp</groupId> <artifactId>anoncreds-kmp-jvm</artifactId> <version>0.4.6</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.iohk.atala.prism.anoncredskmp</groupId> <artifactId>anoncreds-kmp-jvm</artifactId> <version>0.4.6</version> <name>AnonCred KMP Wrapper</name> <description>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.</description> <url>https://docs.atalaprism.io/</url> <organization> <name>IOG</name> <url>https://iog.io/</url> </organization> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>hamada147</id> <name>Ahmed Moussa</name> <email>ahmed.moussa@iohk.io</email> <url>https://github.com/hamada147</url> <organization>IOG</organization> <roles> <role>developer</role> </roles> </developer> </developers> <scm> <connection>scm:git:git://input-output-hk/anoncreds-rs.git</connection> <developerConnection>scm:git:ssh://input-output-hk/anoncreds-rs.git</developerConnection> <url>https://github.com/input-output-hk/anoncreds-rs</url> </scm> <issueManagement> <system>Github</system> <url>https://github.com/input-output-hk/anoncreds-rs</url> </issueManagement> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.9.22</version> <scope>compile</scope> </dependency> <dependency> <groupId>net.java.dev.jna</groupId> <artifactId>jna</artifactId> <version>5.13.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.okio</groupId> <artifactId>okio-jvm</artifactId> <version>3.7.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-datetime-jvm</artifactId> <version>0.5.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>