Last Version

Jetty :: Server Core 7.0.0.pre5

The core jetty server artifact.

License

License

Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

org.mortbay.jetty
ArtifactId

ArtifactId

jetty
Version

Version

7.0.0.pre5
Type

Type

jar
Description

Description

Jetty :: Server Core
The core jetty server artifact.
Project Organization

Project Organization

Mort Bay Consulting

Download jetty 7.0.0.pre5


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

Dependencies

compile (2)

Group / Artifact Type Version
org.mortbay.jetty : servlet-api jar 3.0.pre4
org.mortbay.jetty : jetty-util jar 7.0.0.pre5

test (2)

Group / Artifact Type Version
junit : junit jar 3.8.2
org.apache.derby : derby jar 10.4.1.3

Project Modules

There are no modules declared in this project.