License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdorg.mortbay.jetty |
ArtifactId | ArtifactIdjetty-j2sehttpspi |
Last Version | Last Version7.5.2.v20111006 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJetty :: Sun HTTP server SPI
Jetty integrations and distributions
|
Project URL |
Project URL |
Project Organization |
Project OrganizationMort Bay Consulting |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-j2sehttpspi/ -->
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-j2sehttpspi</artifactId>
<version>7.5.2.v20111006</version>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-j2sehttpspi/
implementation 'org.mortbay.jetty:jetty-j2sehttpspi:7.5.2.v20111006'
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-j2sehttpspi/
implementation ("org.mortbay.jetty:jetty-j2sehttpspi:7.5.2.v20111006")
'org.mortbay.jetty:jetty-j2sehttpspi:jar:7.5.2.v20111006'
<dependency org="org.mortbay.jetty" name="jetty-j2sehttpspi" rev="7.5.2.v20111006">
<artifact name="jetty-j2sehttpspi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty', module='jetty-j2sehttpspi', version='7.5.2.v20111006')
)
libraryDependencies += "org.mortbay.jetty" % "jetty-j2sehttpspi" % "7.5.2.v20111006"
[org.mortbay.jetty/jetty-j2sehttpspi "7.5.2.v20111006"]
Group / Artifact | Type | Version |
---|---|---|
com.sun.net.httpserver : http | jar | 20070405 |
org.eclipse.jetty : jetty-server | jar | 7.5.2.v20111006 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |