MVN

org.mortbay.jetty : jetty-integration-tests

Maven & Gradle

May 31, 2011

Jetty :: Integration Tests · This module is for testing all classes that require external dependencies not suitable for being included in migration to Eclipse

<dependency>
    <groupId>org.mortbay.jetty</groupId>
    <artifactId>jetty-integration-tests</artifactId>
    <version>8.0.0.M3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 8.0.0.M3
  • Latest Release Candidate: 7.0.2.RC0

All Versions

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

Version Vulnerabilities Updated
8.0.x
jetty-integration-tests-8.0.0.M3
jetty-integration-tests-8.0.0.M2
jetty-integration-tests-8.0.0.M1
7.0.x
jetty-integration-tests-7.0.2.v20100331
jetty-integration-tests-7.0.2.RC0
jetty-integration-tests-7.0.1.v20091125
jetty-integration-tests-7.0.0.v20091005
jetty-integration-tests-7.0.0.RC6
jetty-integration-tests-7.0.0.RC5
jetty-integration-tests-7.0.0.RC4
jetty-integration-tests-7.0.0.RC3
jetty-integration-tests-7.0.0.RC2
jetty-integration-tests-7.0.0.1beta3
jetty-integration-tests-7.0.0.1beta2
jetty-integration-tests-7.0.0.1beta1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.mortbay.jetty</groupId>
    <artifactId>jetty-integration-tests</artifactId>
    <version>8.0.0.M3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.mortbay.jetty:jetty-integration-tests:8.0.0.M3'

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

implementation("org.mortbay.jetty:jetty-integration-tests:8.0.0.M3")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.mortbay.jetty" % "jetty-integration-tests" % "8.0.0.M3"

Advertisement