MVN

tomcat : tomcat-jni

Maven & Gradle

Jul 18, 2007
<dependency>
    <groupId>tomcat</groupId>
    <artifactId>tomcat-jni</artifactId>
    <version>4.1.36</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.1.36

All Versions

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

Version Vulnerabilities Updated
5.0.x
tomcat-jni-5.0.28
tomcat-jni-5.0.18
tomcat-jni-5.0.16
4.1.x
tomcat-jni-4.1.36
tomcat-jni-4.1.34
tomcat-jni-4.1.31

How to add a dependency to Maven

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

<dependency>
    <groupId>tomcat</groupId>
    <artifactId>tomcat-jni</artifactId>
    <version>4.1.36</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'tomcat:tomcat-jni:4.1.36'

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

implementation("tomcat:tomcat-jni:4.1.36")

How to add a dependency to SBT Scala

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

libraryDependencies += "tomcat" % "tomcat-jni" % "4.1.36"

Advertisement