MVN

org.testatoo.container : testatoo-container-jetty

Maven & Gradle

Jan 17, 2012
12 usages

testatoo-container-jetty · Testatoo Jetty Container

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

Latest Version

Choose a version of org.testatoo.container : testatoo-container-jetty 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-jetty to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
testatoo-container-jetty-1.1.ga
1.0.x
testatoo-container-jetty-1.0.0_7.1.0
testatoo-container-jetty-1.0.ga
1.0
testatoo-container-jetty-1.0-rc5
testatoo-container-jetty-1.0-rc4
testatoo-container-jetty-1.0-rc3
testatoo-container-jetty-1.0-rc2
testatoo-container-jetty-1.0-rc1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.testatoo.container</groupId>
    <artifactId>testatoo-container-jetty</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-jetty gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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