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