MVN

com.googlecode.t7mp : tomcat

Maven & Gradle

Feb 26, 2013

maven-t7-plugin-tomcat · Tomcat 7 - 7.0.37

<dependency>
    <groupId>com.googlecode.t7mp</groupId>
    <artifactId>tomcat</artifactId>
    <version>7.0.37</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.t7mp : tomcat to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.0.37

All Versions

Choose a version of com.googlecode.t7mp : tomcat to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
tomcat-7.0.37
tomcat-7.0.35
tomcat-7.0.34
tomcat-7.0.33
tomcat-7.0.32
tomcat-7.0.30
tomcat-7.0.29
tomcat-7.0.28
tomcat-7.0.27.A
tomcat-7.0.27
tomcat-7.0.26
tomcat-7.0.26.A
tomcat-7.0.25.A
tomcat-7.0.25
tomcat-7.0.23
tomcat-7.0.23.A
tomcat-7.0.22.A
tomcat-7.0.22
tomcat-7.0.21.A
tomcat-7.0.21
tomcat-7.0.20.A
tomcat-7.0.20
tomcat-7.0.19.A
tomcat-7.0.19
tomcat-7.0.16.A
tomcat-7.0.16
tomcat-7.0.14.A
tomcat-7.0.14
tomcat-7.0.12.A
tomcat-7.0.12
tomcat-7.0.11.A
tomcat-7.0.11
tomcat-7.0.10.A
tomcat-7.0.10
tomcat-7.0.8.A
tomcat-7.0.8
tomcat-7.0.6.A
tomcat-7.0.6
6.0.x
tomcat-6.0.36
tomcat-6.0.35
tomcat-6.0.35.A
tomcat-6.0.33.A
tomcat-6.0.33
tomcat-6.0.32.A
tomcat-6.0.32
tomcat-6.0.30.A
tomcat-6.0.30
tomcat-6.0.29.A
tomcat-6.0.29
tomcat-6.0.28.A
tomcat-6.0.28
tomcat-6.0.26.A
tomcat-6.0.26
tomcat-6.0.24.A
tomcat-6.0.24

How to add a dependency to Maven

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

<dependency>
    <groupId>com.googlecode.t7mp</groupId>
    <artifactId>tomcat</artifactId>
    <version>7.0.37</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.googlecode.t7mp : tomcat gradle dependency to your build.gradle file:

implementation 'com.googlecode.t7mp:tomcat:7.0.37'

Gradle Kotlin DSL: Add the following com.googlecode.t7mp : tomcat gradle kotlin dependency to your build.gradle.kts file:

implementation("com.googlecode.t7mp:tomcat:7.0.37")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.googlecode.t7mp : tomcat sbt scala dependency to your build.sbt file:

libraryDependencies += "com.googlecode.t7mp" % "tomcat" % "7.0.37"