Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.psi-probe</groupId>
  <artifactId>psi-probe-rest</artifactId>
  <version>5.0.1-SNAPSHOT</version>
</dependency>

Apache Ivy

<dependency org="com.github.psi-probe" name="psi-probe-rest" rev="5.0.1-SNAPSHOT">
  <artifact name="psi-probe-rest" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.psi-probe', module='psi-probe-rest', version='5.0.1-SNAPSHOT')
)

Gradle/Grails

implementation 'com.github.psi-probe:psi-probe-rest:5.0.1-SNAPSHOT'

Scala SBT

libraryDependencies += "com.github.psi-probe" % "psi-probe-rest" % "5.0.1-SNAPSHOT"

Leiningen

[com.github.psi-probe/psi-probe-rest "5.0.1-SNAPSHOT"]