MVN

com.github.psi-probe : psi-probe-tomcat85

Maven & Gradle

May 11, 2023
1.3k stars

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

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

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
3.7.x
psi-probe-tomcat85-3.7.3
psi-probe-tomcat85-3.7.2
psi-probe-tomcat85-3.7.1
psi-probe-tomcat85-3.7.0
3.6.x
psi-probe-tomcat85-3.6.0
3.5.x
psi-probe-tomcat85-3.5.9
psi-probe-tomcat85-3.5.8
psi-probe-tomcat85-3.5.7
psi-probe-tomcat85-3.5.6
psi-probe-tomcat85-3.5.5
psi-probe-tomcat85-3.5.4
psi-probe-tomcat85-3.5.3
psi-probe-tomcat85-3.5.1
psi-probe-tomcat85-3.5.0
3.4.x
psi-probe-tomcat85-3.4.5
psi-probe-tomcat85-3.4.4
psi-probe-tomcat85-3.4.3
psi-probe-tomcat85-3.4.2
3.3.x
psi-probe-tomcat85-3.3.1
psi-probe-tomcat85-3.3.0
3.2.x
psi-probe-tomcat85-3.2.0
3.1.x
psi-probe-tomcat85-3.1.0
3.0.x
psi-probe-tomcat85-3.0.0
psi-probe-tomcat85-3.0.0.RC2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.psi-probe</groupId>
    <artifactId>psi-probe-tomcat85</artifactId>
    <version>3.7.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.psi-probe:psi-probe-tomcat85:3.7.3'

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

implementation("com.github.psi-probe:psi-probe-tomcat85:3.7.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.psi-probe" % "psi-probe-tomcat85" % "3.7.3"

Advertisement