MVN

com.github.psi-probe : psi-probe-tomcat7

Maven & Gradle

Jun 02, 2022
1.3k stars

psi-probe-tomcat7 · PSI Probe Tomcat 7.0.x Adapter - Implementation of features specific to Apache Tomcat 7.0.x

<dependency>
    <groupId>com.github.psi-probe</groupId>
    <artifactId>psi-probe-tomcat7</artifactId>
    <version>3.5.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.psi-probe : psi-probe-tomcat7 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5.9
  • Latest Release Candidate: 3.0.0.RC2

All Versions

Choose a version of com.github.psi-probe : psi-probe-tomcat7 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.5.x
psi-probe-tomcat7-3.5.9
psi-probe-tomcat7-3.5.8
psi-probe-tomcat7-3.5.7
psi-probe-tomcat7-3.5.6
psi-probe-tomcat7-3.5.5
psi-probe-tomcat7-3.5.4
psi-probe-tomcat7-3.5.3
psi-probe-tomcat7-3.5.1
psi-probe-tomcat7-3.5.0
3.4.x
psi-probe-tomcat7-3.4.5
psi-probe-tomcat7-3.4.4
psi-probe-tomcat7-3.4.3
psi-probe-tomcat7-3.4.2
3.3.x
psi-probe-tomcat7-3.3.1
psi-probe-tomcat7-3.3.0
3.2.x
psi-probe-tomcat7-3.2.0
3.1.x
psi-probe-tomcat7-3.1.0
3.0.x
psi-probe-tomcat7-3.0.0
psi-probe-tomcat7-3.0.0.RC2

How to add a dependency to Maven

Add the following com.github.psi-probe : psi-probe-tomcat7 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.psi-probe</groupId>
    <artifactId>psi-probe-tomcat7</artifactId>
    <version>3.5.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.psi-probe : psi-probe-tomcat7 gradle dependency to your build.gradle file:

implementation 'com.github.psi-probe:psi-probe-tomcat7:3.5.9'

Gradle Kotlin DSL: Add the following com.github.psi-probe : psi-probe-tomcat7 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.psi-probe:psi-probe-tomcat7:3.5.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.psi-probe : psi-probe-tomcat7 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.psi-probe" % "psi-probe-tomcat7" % "3.5.9"