Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Latest commit

 

History

History
37 lines (24 loc) · 882 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 882 Bytes

⚠️ Unmaintained.


rox-client-java

Base Java client for ROX Center for Java based clients.

Usage

  1. Put the following dependency in your pom.xml
<dependency>
  <groupId>com.lotaris.rox.client</groupId>
  <artifactId>rox-client-java</artifactId>
  <version>2.2.1</version>
</dependenc>

Requirements

  • Java 6+

Contributing

  • Fork
  • Create a topic branch - git checkout -b feature
  • Push to your branch - git push origin feature
  • Create a pull request from your branch

Please add a changelog entry with your name for new features and bug fixes.

License

rox-client-java is licensed under the MIT License. See LICENSE.txt for the full text.