Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdcom.github.psi-probe |
ArtifactId | ArtifactIdpsi-probe-tomcat8 |
Version | Version3.0.0.RC2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.psi-probe/psi-probe-tomcat8/ -->
<dependency>
<groupId>com.github.psi-probe</groupId>
<artifactId>psi-probe-tomcat8</artifactId>
<version>3.0.0.RC2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.psi-probe/psi-probe-tomcat8/
implementation 'com.github.psi-probe:psi-probe-tomcat8:3.0.0.RC2'
// https://jarcasting.com/artifacts/com.github.psi-probe/psi-probe-tomcat8/
implementation ("com.github.psi-probe:psi-probe-tomcat8:3.0.0.RC2")
'com.github.psi-probe:psi-probe-tomcat8:jar:3.0.0.RC2'
<dependency org="com.github.psi-probe" name="psi-probe-tomcat8" rev="3.0.0.RC2">
<artifact name="psi-probe-tomcat8" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.psi-probe', module='psi-probe-tomcat8', version='3.0.0.RC2')
)
libraryDependencies += "com.github.psi-probe" % "psi-probe-tomcat8" % "3.0.0.RC2"
[com.github.psi-probe/psi-probe-tomcat8 "3.0.0.RC2"]