Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.psi-probe</groupId>
  <artifactId>psi-probe-web</artifactId>
  <version>4.1.5-SNAPSHOT</version>
  <type>war</type>
</dependency>

Apache Ivy

<dependency org="com.github.psi-probe" name="psi-probe-web" rev="4.1.5-SNAPSHOT">
  <artifact name="psi-probe-web" type="war" />
</dependency>

Groovy Grape

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

Gradle/Grails

implementation 'com.github.psi-probe:psi-probe-web:4.1.5-SNAPSHOT'

Scala SBT

libraryDependencies += "com.github.psi-probe" % "psi-probe-web" % "4.1.5-SNAPSHOT"

Leiningen

[com.github.psi-probe/psi-probe-web "4.1.5-SNAPSHOT"]