MVN

org.testatoo.container : testatoo-container-tomcat

Maven & Gradle

Jan 17, 2012
6 usages

testatoo-container-tomcat · Tomcat

<dependency>
    <groupId>org.testatoo.container</groupId>
    <artifactId>testatoo-container-tomcat</artifactId>
    <version>1.1.ga</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.testatoo.container : testatoo-container-tomcat to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.ga
  • Latest Release Candidate: 1.0-rc5

All Versions

Choose a version of org.testatoo.container : testatoo-container-tomcat to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
testatoo-container-tomcat-1.1.ga
1.0.x
testatoo-container-tomcat-1.0.0_6.0.18
testatoo-container-tomcat-1.0.ga
1.0
testatoo-container-tomcat-1.0-rc5
testatoo-container-tomcat-1.0-rc4
testatoo-container-tomcat-1.0-rc3
testatoo-container-tomcat-1.0-rc2
testatoo-container-tomcat-1.0-rc1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.testatoo.container</groupId>
    <artifactId>testatoo-container-tomcat</artifactId>
    <version>1.1.ga</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.testatoo.container:testatoo-container-tomcat:1.1.ga'

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

implementation("org.testatoo.container:testatoo-container-tomcat:1.1.ga")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.testatoo.container" % "testatoo-container-tomcat" % "1.1.ga"