- Kotlin 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| .github | ||
| .idea | ||
| .vscode | ||
| diagrams | ||
| gradle/wrapper | ||
| src/main | ||
| .gitattributes | ||
| .gitignore | ||
| build.gradle.kts | ||
| CONTRIBUTING.md | ||
| developer-certificate-of-origin | ||
| gradlew | ||
| gradlew.bat | ||
| LICENSE.md | ||
| README.md | ||
| settings.gradle.kts | ||
DID resolver for Kotlin applications
This project contains language bindings required for loading and using the DID resolver library in Java/Kotlin applications.
To configure Apache Maven to consume a published package from Maven Central Repository,
edit the pom.xml file to include the package as a dependency:
<dependency>
<groupId>ch.admin.swiyu</groupId>
<artifactId>didresolver</artifactId>
<!--version>[ANY_AVAILABLE_VERSION]</version-->
</dependency>
To configure Gradle to consume a published package from Maven Central Repository,
add the package to dependencies section in your build.gradle.kts (Kotlin DSL) file:
implementation("ch.admin.swiyu:didresolver:[ANY_AVAILABLE_VERSION]")
You are more then welcome to explore the relevant examples in a further detail.
The DID Resolver (Kotlin/Java) API
The sole bedrock of DID Resolver (Kotlin/Java) API are the classes residing in the ch.admin.eid.didresolver package:
Contributions and feedback
We welcome any feedback on the code regarding both the implementation and security aspects. Please follow the guidelines for contributing found in CONTRIBUTING.
License
This project is licensed under the terms of the MIT license. See the LICENSE file for details.
