jersey-examples-server-async-webapp

Jersey JAX-RS server-side asynchronous processing WAR example

License

License

Categories

Categories

GlassFish Container Application Servers Jersey Program Interface REST Frameworks
GroupId

GroupId

org.glassfish.jersey.examples
ArtifactId

ArtifactId

server-async-webapp
Last Version

Last Version

2.0-m12
Release Date

Release Date

Type

Type

war
Description

Description

jersey-examples-server-async-webapp
Jersey JAX-RS server-side asynchronous processing WAR example
Project URL

Project URL

https://jersey.java.net/server-async-webapp/
Project Organization

Project Organization

Oracle Corporation

Download server-async-webapp

How to add to project

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

Dependencies

provided (1)

Group / Artifact Type Version
org.glassfish.jersey.containers : jersey-container-servlet jar 2.0-m12

test (2)

Group / Artifact Type Version
org.glassfish.jersey.core : jersey-client jar 2.0-m12
org.glassfish.jersey.test-framework.providers : jersey-test-framework-provider-bundle pom 2.0-m12

Project Modules

There are no modules declared in this project.

Versions

Version
2.0-m12
2.0-m11
2.0-m10
2.0-m09-1
2.0-m09
2.0-m08-1