License |
License
jQuery license
|
---|---|
Categories |
CategoriesGlassFish Container Application Servers CLI User Interface Grizzly Net Networking Jersey Program Interface REST Frameworks |
GroupId | GroupIdorg.glassfish.jersey.examples |
ArtifactId | ArtifactIdhttps-clientserver-grizzly |
Version | Version3.0.2 |
Type | Typejar |
Description |
Descriptionjersey-examples-https-clientserver-grizzly
Jersey HTTPS Client/Server example on Grizzly.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/https-clientserver-grizzly/ -->
<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>https-clientserver-grizzly</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/https-clientserver-grizzly/
implementation 'org.glassfish.jersey.examples:https-clientserver-grizzly:3.0.2'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/https-clientserver-grizzly/
implementation ("org.glassfish.jersey.examples:https-clientserver-grizzly:3.0.2")
'org.glassfish.jersey.examples:https-clientserver-grizzly:jar:3.0.2'
<dependency org="org.glassfish.jersey.examples" name="https-clientserver-grizzly" rev="3.0.2">
<artifact name="https-clientserver-grizzly" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='https-clientserver-grizzly', version='3.0.2')
)
libraryDependencies += "org.glassfish.jersey.examples" % "https-clientserver-grizzly" % "3.0.2"
[org.glassfish.jersey.examples/https-clientserver-grizzly "3.0.2"]
Group / Artifact | Type | Version |
---|---|---|
jakarta.annotation : jakarta.annotation-api | jar | 2.0.0 |
org.glassfish.jersey.containers : jersey-container-grizzly2-servlet | jar | |
org.glassfish.jersey.core : jersey-client | jar | |
org.glassfish.jersey.connectors : jersey-grizzly-connector | jar | 3.0.2 |
org.glassfish.jersey.inject : jersey-hk2 | jar | |
jakarta.xml.bind : jakarta.xml.bind-api | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |