is not current version
Last Version 7.0.0.pre5

org.mortbay.jetty:jetty test-6.0.0rc4


Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

org.mortbay.jetty
ArtifactId

ArtifactId

jetty
Version

Version

test-6.0.0rc4
Type

Type

war

Download jetty test-6.0.0rc4


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