Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.psi-probe</groupId>
  <artifactId>psi-probe-tomcat9</artifactId>
  <version>4.1.5-SNAPSHOT</version>
</dependency>

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

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

Scala SBT

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

Leiningen

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