License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdorg.safehaus.jettyjam |
ArtifactId | ArtifactIdjettyjam-https |
Last Version | Last Version2.1.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJettyJam HTTPS Example
A simple https 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 |
---|---|
jettyjam-https-2.1.5.pom | |
jettyjam-https-2.1.5.jar | 2 MB |
jettyjam-https-2.1.5-sources.jar | 5 KB |
jettyjam-https-2.1.5-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.safehaus.jettyjam/jettyjam-https/ -->
<dependency>
<groupId>org.safehaus.jettyjam</groupId>
<artifactId>jettyjam-https</artifactId>
<version>2.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.safehaus.jettyjam/jettyjam-https/
implementation 'org.safehaus.jettyjam:jettyjam-https:2.1.5'
// https://jarcasting.com/artifacts/org.safehaus.jettyjam/jettyjam-https/
implementation ("org.safehaus.jettyjam:jettyjam-https:2.1.5")
'org.safehaus.jettyjam:jettyjam-https:jar:2.1.5'
<dependency org="org.safehaus.jettyjam" name="jettyjam-https" rev="2.1.5">
<artifact name="jettyjam-https" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.safehaus.jettyjam', module='jettyjam-https', version='2.1.5')
)
libraryDependencies += "org.safehaus.jettyjam" % "jettyjam-https" % "2.1.5"
[org.safehaus.jettyjam/jettyjam-https "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 |