| License |
License |
|---|---|
| Categories |
CategoriesJetty Container Application Servers |
| GroupId | GroupIdorg.mortbay.jetty |
| ArtifactId | ArtifactIdjetty |
| Last Version | Last Version7.0.0.pre5 |
| Release Date | Release Date |
| Type | Typewar |
| Description |
DescriptionJetty :: Server Core
The core jetty server artifact.
|
| Project Organization |
Project OrganizationMort Bay Consulting |
| Filename | Size |
|---|---|
| jetty-7.0.0.pre5.pom | |
| jetty-7.0.0.pre5.war | 249 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/jetty/ -->
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty</artifactId>
<version>7.0.0.pre5</version>
<type>war</type>
</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:war:7.0.0.pre5'
<dependency org="org.mortbay.jetty" name="jetty" rev="7.0.0.pre5">
<artifact name="jetty" type="war" />
</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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.mortbay.jetty : servlet-api | jar | 3.0.pre4 |
| org.mortbay.jetty : jetty-util | jar | 7.0.0.pre5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.2 |
| org.apache.derby : derby | jar | 10.4.1.3 |