Skip to content

probedock/probedock-rt-java

Repository files navigation

probedock-rt-java

Library to write Probe Dock RT Java probes.

Usage

  1. Put the following dependency in your pom.xml of your probe.
<dependency>
  <groupId>io.probedock.rt.client</groupId>
  <artifactId>probedock-rt-java</artifactId>
  <version>0.2.2</version>
</dependency>

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

probedock-rt-java is licensed under the MIT License. See LICENSE.txt for the full text.

About

Common base for Java ProbeDock clients.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages