Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.psi-probe</groupId>
  <artifactId>psi-probe</artifactId>
  <version>4.2.0</version>
  <type>pom</type>
</dependency>

Apache Ivy

<dependency org="com.github.psi-probe" name="psi-probe" rev="4.2.0">
  <artifact name="psi-probe" type="pom" />
</dependency>

Groovy Grape

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

Gradle/Grails

implementation 'com.github.psi-probe:psi-probe:4.2.0'

Scala SBT

libraryDependencies += "com.github.psi-probe" % "psi-probe" % "4.2.0"

Leiningen

[com.github.psi-probe/psi-probe "4.2.0"]