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


