You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Query the Kraken API in Java. No external libraries used.
Execute mvn clean package and the JAR will be in the target folder. After that, Examples.java can also be executed using java -cp target/classes edu/self/kraken/Examples.