Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdcom.github.psi-probe |
ArtifactId | ArtifactIdpsi-probe-tomcat8 |
Version | Version3.2.0 |
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.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.psi-probe/psi-probe-tomcat8/
implementation 'com.github.psi-probe:psi-probe-tomcat8:3.2.0'
// https://jarcasting.com/artifacts/com.github.psi-probe/psi-probe-tomcat8/
implementation ("com.github.psi-probe:psi-probe-tomcat8:3.2.0")
'com.github.psi-probe:psi-probe-tomcat8:jar:3.2.0'
<dependency org="com.github.psi-probe" name="psi-probe-tomcat8" rev="3.2.0">
<artifact name="psi-probe-tomcat8" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.psi-probe', module='psi-probe-tomcat8', version='3.2.0')
)
libraryDependencies += "com.github.psi-probe" % "psi-probe-tomcat8" % "3.2.0"
[com.github.psi-probe/psi-probe-tomcat8 "3.2.0"]