is not current version
Last Version 2.1.5

org.safehaus.jettyjam:jettyjam-https 1.0.2

A simple https servlet that runs in an embedded jetty instance from an executable jar file without requiring the webapp to be exploded.

Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

org.safehaus.jettyjam
ArtifactId

ArtifactId

jettyjam-https
Version

Version

1.0.2
Type

Type

jar

Download jettyjam-https 1.0.2


<!-- https://jarcasting.com/artifacts/org.safehaus.jettyjam/jettyjam-https/ -->
<dependency>
    <groupId>org.safehaus.jettyjam</groupId>
    <artifactId>jettyjam-https</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.safehaus.jettyjam/jettyjam-https/
implementation 'org.safehaus.jettyjam:jettyjam-https:1.0.2'
// https://jarcasting.com/artifacts/org.safehaus.jettyjam/jettyjam-https/
implementation ("org.safehaus.jettyjam:jettyjam-https:1.0.2")
'org.safehaus.jettyjam:jettyjam-https:jar:1.0.2'
<dependency org="org.safehaus.jettyjam" name="jettyjam-https" rev="1.0.2">
  <artifact name="jettyjam-https" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.safehaus.jettyjam', module='jettyjam-https', version='1.0.2')
)
libraryDependencies += "org.safehaus.jettyjam" % "jettyjam-https" % "1.0.2"
[org.safehaus.jettyjam/jettyjam-https "1.0.2"]