Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 3.47 KB

README.md

File metadata and controls

50 lines (29 loc) · 3.47 KB

logo

TangoControls

Build Status Dependency Status codecov codebeat badge Codacy Badge Sonarcloud.io

Documentation Status

Download License

JTango

TANGO kernel Java implementation

Using JTango

Setup using maven

Add the following code snippet in your pom.xml

<dependency>
    <groupId>org.tango-controls</groupId>
    <artifactId>JTango</artifactId>
    <version>LATEST</version>
</dependency>

Setup using fat jar

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.

Developing Tango Java client application

//TODO

Developing Tango Java server application

Read-the-Docs