Last Version

HTTPS Server - Jersey sample - GlassFish 1.19.4

Samples that show how to use jersey.

License

License

Categories

Categories

GlassFish Container Application Servers Jersey Program Interface REST Frameworks
GroupId

GroupId

com.sun.jersey.samples
ArtifactId

ArtifactId

https-server-glassfish
Version

Version

1.19.4
Type

Type

war
Description

Description

HTTPS Server - Jersey sample - GlassFish
Samples that show how to use jersey.
Project URL

Project URL

https://jersey.java.net/https-server-glassfish/
Project Organization

Project Organization

Oracle Corporation

Download https-server-glassfish 1.19.4


<!-- https://jarcasting.com/artifacts/com.sun.jersey.samples/https-server-glassfish/ -->
<dependency>
    <groupId>com.sun.jersey.samples</groupId>
    <artifactId>https-server-glassfish</artifactId>
    <version>1.19.4</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.samples/https-server-glassfish/
implementation 'com.sun.jersey.samples:https-server-glassfish:1.19.4'
// https://jarcasting.com/artifacts/com.sun.jersey.samples/https-server-glassfish/
implementation ("com.sun.jersey.samples:https-server-glassfish:1.19.4")
'com.sun.jersey.samples:https-server-glassfish:war:1.19.4'
<dependency org="com.sun.jersey.samples" name="https-server-glassfish" rev="1.19.4">
  <artifact name="https-server-glassfish" type="war" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.samples', module='https-server-glassfish', version='1.19.4')
)
libraryDependencies += "com.sun.jersey.samples" % "https-server-glassfish" % "1.19.4"
[com.sun.jersey.samples/https-server-glassfish "1.19.4"]

Dependencies

compile (1)

Group / Artifact Type Version
javax.annotation : jsr250-api jar 1.0

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.