is not current version
Last Version 8.0.0.M3

org.mortbay.jetty:jetty-integration-tests 7.0.0.1beta2

This module is for testing all classes that require external dependencies not suitable for being included in migration to Eclipse

Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

org.mortbay.jetty
ArtifactId

ArtifactId

jetty-integration-tests
Version

Version

7.0.0.1beta2
Type

Type

jar

Download jetty-integration-tests 7.0.0.1beta2


<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-integration-tests/ -->
<dependency>
    <groupId>org.mortbay.jetty</groupId>
    <artifactId>jetty-integration-tests</artifactId>
    <version>7.0.0.1beta2</version>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-integration-tests/
implementation 'org.mortbay.jetty:jetty-integration-tests:7.0.0.1beta2'
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-integration-tests/
implementation ("org.mortbay.jetty:jetty-integration-tests:7.0.0.1beta2")
'org.mortbay.jetty:jetty-integration-tests:jar:7.0.0.1beta2'
<dependency org="org.mortbay.jetty" name="jetty-integration-tests" rev="7.0.0.1beta2">
  <artifact name="jetty-integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty', module='jetty-integration-tests', version='7.0.0.1beta2')
)
libraryDependencies += "org.mortbay.jetty" % "jetty-integration-tests" % "7.0.0.1beta2"
[org.mortbay.jetty/jetty-integration-tests "7.0.0.1beta2"]