MVN

tomcat : tomcat4-coyote

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 4.1.36

All Versions

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

Version Vulnerabilities Updated
4.1.x
tomcat4-coyote-4.1.36
CVE-2008-2938
tomcat4-coyote-4.1.34
CVE-2008-2938

How to add a dependency to Maven

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

<dependency>
    <groupId>tomcat</groupId>
    <artifactId>tomcat4-coyote</artifactId>
    <version>4.1.36</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'tomcat:tomcat4-coyote:4.1.36'

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

implementation("tomcat:tomcat4-coyote:4.1.36")

How to add a dependency to SBT Scala

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

libraryDependencies += "tomcat" % "tomcat4-coyote" % "4.1.36"

Advertisement