MVN

org.codehaus.cargo : cargo-sample-maven2-tomcat6x-remotecontainer-test

Maven & Gradle

Jun 11, 2011

Cargo Samples - Maven 2 - Tomcat 6 remote container test · Sample application that exercises the Cargo Maven2 plugin with a Tomcat 6.x container and a remote container (deploy, undeploy, deploy and redeploy)

<dependency>
    <groupId>org.codehaus.cargo</groupId>
    <artifactId>cargo-sample-maven2-tomcat6x-remotecontainer-test</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.cargo : cargo-sample-maven2-tomcat6x-remotecontainer-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of org.codehaus.cargo : cargo-sample-maven2-tomcat6x-remotecontainer-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
cargo-sample-maven2-tomcat6x-remotecontainer-test-1.1.1
cargo-sample-maven2-tomcat6x-remotecontainer-test-1.1.0

How to add a dependency to Maven

Add the following org.codehaus.cargo : cargo-sample-maven2-tomcat6x-remotecontainer-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.codehaus.cargo</groupId>
    <artifactId>cargo-sample-maven2-tomcat6x-remotecontainer-test</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.codehaus.cargo : cargo-sample-maven2-tomcat6x-remotecontainer-test gradle dependency to your build.gradle file:

implementation 'org.codehaus.cargo:cargo-sample-maven2-tomcat6x-remotecontainer-test:1.1.1'

Gradle Kotlin DSL: Add the following org.codehaus.cargo : cargo-sample-maven2-tomcat6x-remotecontainer-test gradle kotlin dependency to your build.gradle.kts file:

implementation("org.codehaus.cargo:cargo-sample-maven2-tomcat6x-remotecontainer-test:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.codehaus.cargo : cargo-sample-maven2-tomcat6x-remotecontainer-test sbt scala dependency to your build.sbt file:

libraryDependencies += "org.codehaus.cargo" % "cargo-sample-maven2-tomcat6x-remotecontainer-test" % "1.1.1"