MVN

org.testatoo.container : testatoo-container-jetty-full

Maven & Gradle

Jul 12, 2011
1 usages

testatoo-container-jetty-full · Testatoo Jetty Container with JSP support

<dependency>
    <groupId>org.testatoo.container</groupId>
    <artifactId>testatoo-container-jetty-full</artifactId>
    <version>1.0-rc5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0-rc5
  • Latest Release Candidate: 1.0-rc5

All Versions

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

Version Vulnerabilities Updated
1.0
testatoo-container-jetty-full-1.0-rc5
testatoo-container-jetty-full-1.0-rc4
testatoo-container-jetty-full-1.0-rc3
testatoo-container-jetty-full-1.0-rc2
testatoo-container-jetty-full-1.0-rc1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.testatoo.container</groupId>
    <artifactId>testatoo-container-jetty-full</artifactId>
    <version>1.0-rc5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.testatoo.container:testatoo-container-jetty-full:1.0-rc5'

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

implementation("org.testatoo.container:testatoo-container-jetty-full:1.0-rc5")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.testatoo.container" % "testatoo-container-jetty-full" % "1.0-rc5"

Advertisement