JettyJam 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.

License

License

Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

org.safehaus.jettyjam
ArtifactId

ArtifactId

https
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

JettyJam 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

http://stash.safehaus.org/projects/JETTYJAM/repos/main/browse/https

Download https

How to add to project

<!-- 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"]

Dependencies

compile (7)

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

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0