Include dependency
You can choose between release versions or snapshot version when adding the SDK to your project.
Release
Overview of all releases:
The latest release always reflects the state of the master branch.
Maven
<repositories>
<repository>
<id>jcenter</id>
<url>https://jcenter.bintray.com/</url>
</repository>
</repositories>
<dependency>
<groupId>com.kryptokrauts</groupId>
<artifactId>aepp-sdk-java</artifactId>
<version>2.2.1</version>
</dependency>Gradle
Snapshot
Overview of all snapshots:
The latest snapshot always reflects the state of the dev branch.
Maven
Gradle
Last updated
Was this helpful?