Dependency (JVM)

The SSI Kit can also be used as direct dependency for JVM-based applications. In this case an existing application can easily be enhanced with SSI functionality.

Dependency

The following illustrates how the SSI Kit can be used via Gradle or Maven (look for the current version on GitHub https://github.com/walt-id/waltid-ssikit)

Gradle

implementation("id.walt:waltid-ssikit:VERSION")

Maven

  <dependency>
        <groupId>id.walt</groupId>
        <artifactId>waltid-ssikit</artifactId>
        <version>VERSION</version>
   </dependency>

Required Maven repos:

https://maven.walt.id/repository/waltid/
https://maven.walt.id/repository/waltid-ssi-kit/

You can find the latest version here. Make sure when adding the version you add it without the 'v' in front.

Examples

Last updated