The current release of SDK Java supports Java 17+.
If you're using Maven, then edit your project's "pom.xml" and add this to the <dependencies>
section:
<dependency>
<groupId>io.github.tracedin</groupId>
<artifactId>tracedin-sdk</artifactId>
<version>0.0.4</version>
</dependency>
If you are using Gradle, then edit your project's "build.gradle" and add this to the dependencies
section:
dependencies {
// ...
implementation 'io.github.tracedin:tracedin-sdk:0.0.4'
}
TODO