Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdorg.safehaus.jettyjam |
ArtifactId | ArtifactIdjettyjam-https |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
jettyjam-https-1.0.2.pom | |
jettyjam-https-1.0.2.jar | 2 MB |
jettyjam-https-1.0.2-sources.jar | 5 KB |
jettyjam-https-1.0.2-javadoc.jar | 46 KB |
Browse |
<!-- 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"]