Awesome
ark-java-example
Example implementation of the ark-java library.
This example shows how you can begin developing applications with the ark library using any JVM language. Java and Kotlin versions of the example app are included
Run it
This project is packaged with a gradle wrapper so you don't have to install gradle to
- Un*x:
./gradlew run
- Windows:
gradlew.bat run