Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 176 Bytes

File metadata and controls

9 lines (8 loc) · 176 Bytes

Simple Java Client

##Prerequisites OpenJDK-9

Build and run

  • Build: $ ./mvnw compile
  • Run tests: $ ./mvnw test
  • Start bot: $ ./mvnw exec:java
  • Stop bot: Ctrl+C