h

https

A simple https servlet that runs in an embedded jetty instance from an executable jar file without requiring the webapp to be exploded.
文件下载
文件名 操作
https-1.0.0.jar 下载
https-1.0.0.pom 下载
https-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.safehaus.jettyjam</groupId>
  <artifactId>https</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.safehaus.jettyjam:https:1.0.0'
Gradle Kotlin
implementation("org.safehaus.jettyjam:https:1.0.0")
Scala SBT
libraryDependencies += "org.safehaus.jettyjam" % "https" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.safehaus.jettyjam', module='https', version='1.0.0')
)
Apache Ivy
<dependency org="org.safehaus.jettyjam" name="https" rev="1.0.0" />
Leiningen
[org.safehaus.jettyjam/https "1.0.0"]
Apache Buildr
'org.safehaus.jettyjam:https:jar:1.0.0'