MVN

org.mortbay.jetty : test

Maven & Gradle

Aug 25, 2006

Jetty Test Webapp

<dependency>
    <groupId>org.mortbay.jetty</groupId>
    <artifactId>test</artifactId>
    <version>6.0.0rc2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mortbay.jetty : test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.0rc2

All Versions

Choose a version of org.mortbay.jetty : test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
test-6.0.0rc2
2 vulnerabilities
test-6.0.0rc1
2 vulnerabilities
test-6.0.0rc0
2 vulnerabilities
test-6.0.0beta17
2 vulnerabilities
test-6.0.0beta16
2 vulnerabilities
test-6.0.0beta15
2 vulnerabilities
test-6.0.0beta14
2 vulnerabilities
test-6.0.0beta12
2 vulnerabilities
test-6.0.0beta11
CVE-2009-5046
test-6.0.0beta10
CVE-2009-5046
test-6.0.0beta9
CVE-2009-5046
test-6.0.0beta8
CVE-2009-5046
test-6.0.0beta7
CVE-2009-5046
test-6.0.0beta6
CVE-2009-5046
test-6.0.0beta5
CVE-2009-5046
test-6.0.0beta4
CVE-2009-5046
test-6.0.0beta3
CVE-2009-5046
test-6.0.0beta2
CVE-2009-5046
test-6.0.0Beta1
CVE-2009-5046

How to add a dependency to Maven

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

<dependency>
    <groupId>org.mortbay.jetty</groupId>
    <artifactId>test</artifactId>
    <version>6.0.0rc2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mortbay.jetty : test gradle dependency to your build.gradle file:

implementation 'org.mortbay.jetty:test:6.0.0rc2'

Gradle Kotlin DSL: Add the following org.mortbay.jetty : test gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mortbay.jetty:test:6.0.0rc2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mortbay.jetty : test sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mortbay.jetty" % "test" % "6.0.0rc2"