License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdorg.safehaus.jettyjam |
ArtifactId | ArtifactIdhttps |
Last Version | Last Version1.0.0 |
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 |
---|---|
https-1.0.0.pom | |
https-1.0.0.jar | 5 MB |
https-1.0.0-sources.jar | 5 KB |
https-1.0.0-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.safehaus.jettyjam/https/ -->
<dependency>
<groupId>org.safehaus.jettyjam</groupId>
<artifactId>https</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.safehaus.jettyjam/https/
implementation 'org.safehaus.jettyjam:https:1.0.0'
// https://jarcasting.com/artifacts/org.safehaus.jettyjam/https/
implementation ("org.safehaus.jettyjam:https:1.0.0")
'org.safehaus.jettyjam:https:jar:1.0.0'
<dependency org="org.safehaus.jettyjam" name="https" rev="1.0.0">
<artifact name="https" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.safehaus.jettyjam', module='https', version='1.0.0')
)
libraryDependencies += "org.safehaus.jettyjam" % "https" % "1.0.0"
[org.safehaus.jettyjam/https "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.safehaus.jettyjam : utils | jar | 1.0.0 |
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 |