MVN

tomcat : catalina-root

Maven & Gradle

Dec 06, 2005
<dependency>
    <groupId>tomcat</groupId>
    <artifactId>catalina-root</artifactId>
    <version>5.5.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tomcat : catalina-root to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.5.12

All Versions

Choose a version of tomcat : catalina-root to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.5.x
catalina-root-5.5.12
5.0.x
catalina-root-5.0.28
catalina-root-5.0.18
catalina-root-5.0.16

How to add a dependency to Maven

Add the following tomcat : catalina-root maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tomcat</groupId>
    <artifactId>catalina-root</artifactId>
    <version>5.5.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tomcat : catalina-root gradle dependency to your build.gradle file:

implementation 'tomcat:catalina-root:5.5.12'

Gradle Kotlin DSL: Add the following tomcat : catalina-root gradle kotlin dependency to your build.gradle.kts file:

implementation("tomcat:catalina-root:5.5.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following tomcat : catalina-root sbt scala dependency to your build.sbt file:

libraryDependencies += "tomcat" % "catalina-root" % "5.5.12"

Advertisement