Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 400 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 400 Bytes

java-bowler

This is the back-end library for talking to Bowler Devices. The kinematics engine, communication libraries, and core packet parsing and routing is found here.

##Maven

<dependency>
  <groupId>com.neuronrobotics</groupId>
  <artifactId>java-bowler</artifactId>
  <version>3.15.0</version>
</dependency>

##Gradle

compile "com.neuronrobotics:java-bowler:3.15.0"