Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdorg.safehaus.jettyjam |
ArtifactId | ArtifactIdjettyjam-https |
Version | Version2.1.3 |
Type | Typejar |
Filename | Size |
---|---|
jettyjam-https-2.1.3.pom | |
jettyjam-https-2.1.3.jar | 2 MB |
jettyjam-https-2.1.3-sources.jar | 5 KB |
jettyjam-https-2.1.3-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.safehaus.jettyjam/jettyjam-https/ -->
<dependency>
<groupId>org.safehaus.jettyjam</groupId>
<artifactId>jettyjam-https</artifactId>
<version>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.safehaus.jettyjam/jettyjam-https/
implementation 'org.safehaus.jettyjam:jettyjam-https:2.1.3'
// https://jarcasting.com/artifacts/org.safehaus.jettyjam/jettyjam-https/
implementation ("org.safehaus.jettyjam:jettyjam-https:2.1.3")
'org.safehaus.jettyjam:jettyjam-https:jar:2.1.3'
<dependency org="org.safehaus.jettyjam" name="jettyjam-https" rev="2.1.3">
<artifact name="jettyjam-https" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.safehaus.jettyjam', module='jettyjam-https', version='2.1.3')
)
libraryDependencies += "org.safehaus.jettyjam" % "jettyjam-https" % "2.1.3"
[org.safehaus.jettyjam/jettyjam-https "2.1.3"]