Maven Coordinates
Apache Maven
<dependency> <groupId>com.github.psi-probe</groupId> <artifactId>psi-probe-web</artifactId> <version>5.3.1-SNAPSHOT</version> <type>war</type> </dependency>
Apache Ivy
<dependency org="com.github.psi-probe" name="psi-probe-web" rev="5.3.1-SNAPSHOT"> <artifact name="psi-probe-web" type="war" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='com.github.psi-probe', module='psi-probe-web', version='5.3.1-SNAPSHOT') )
Gradle/Grails
implementation 'com.github.psi-probe:psi-probe-web:5.3.1-SNAPSHOT'
Scala SBT
libraryDependencies += "com.github.psi-probe" % "psi-probe-web" % "5.3.1-SNAPSHOT"
Leiningen
[com.github.psi-probe/psi-probe-web "5.3.1-SNAPSHOT"]


