TANGO kernel Java implementation
Add the following code snippet in your pom.xml
<dependency>
<groupId>org.tango-controls</groupId>
<artifactId>JTango</artifactId>
<version>LATEST</version>
</dependency>
JTango provides fat jar file one can download from the bintray repo (aka JTango-9.2.7-shaded.jar). This jar includes all required class files so just add it to your class path.
//TODO