License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdorg.safehaus.jettyjam |
ArtifactId | ArtifactIdsimple |
Last Version | Last Version2.1.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJettyJam Simple Servlet
A simple servlet that runs in an embedded jetty instance from an executable
jar file without requiring the webapp to be exploded.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
simple-2.1.5.pom | |
simple-2.1.5.jar | 5 MB |
simple-2.1.5-sources.jar | 2 KB |
simple-2.1.5-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.safehaus.jettyjam/simple/ -->
<dependency>
<groupId>org.safehaus.jettyjam</groupId>
<artifactId>simple</artifactId>
<version>2.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.safehaus.jettyjam/simple/
implementation 'org.safehaus.jettyjam:simple:2.1.5'
// https://jarcasting.com/artifacts/org.safehaus.jettyjam/simple/
implementation ("org.safehaus.jettyjam:simple:2.1.5")
'org.safehaus.jettyjam:simple:jar:2.1.5'
<dependency org="org.safehaus.jettyjam" name="simple" rev="2.1.5">
<artifact name="simple" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.safehaus.jettyjam', module='simple', version='2.1.5')
)
libraryDependencies += "org.safehaus.jettyjam" % "simple" % "2.1.5"
[org.safehaus.jettyjam/simple "2.1.5"]
Group / Artifact | Type | Version |
---|---|---|
org.safehaus.jettyjam : jettyjam-utils | jar | 2.1.5 |
org.eclipse.jetty : jetty-servlet | jar | 9.1.2.v20140210 |
org.eclipse.jetty : jetty-server | jar | 9.1.2.v20140210 |
org.eclipse.jetty : jetty-webapp | jar | 9.1.2.v20140210 |
com.sun.jersey : jersey-client | jar | 1.18 |
org.slf4j : slf4j-api | jar | 1.6.1 |
org.slf4j : slf4j-log4j12 | jar | 1.6.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |