Dependency
Maven / Gradle / SBT etc.
The easiest way to use the Dexi Spring App SDK is to include it in your project using Maven or equivalent.
GroupID: io.dexi
ArtifactID: spring-app-sdk
Version: Use the latest release whenever possible
Find further instructions below:
<dependency>
<groupId>io.dexi</groupId>
<artifactId>spring-app-sdk</artifactId>
<version>2.0.3</version>
</dependency>
implementation 'io.dexi:spring-app-sdk:2.0.3'
libraryDependencies += "io.dexi" % "spring-app-sdk" % "2.0.3"
Updated almost 5 years ago