is not current version
Last Version 3.1.0-M3

org.glassfish.jersey.examples:server-async 2.5.2

Jersey JAX-RS asynchronous server-side example.

Categories

Categories

GlassFish Container Application Servers Jersey Program Interface REST Frameworks
GroupId

GroupId

org.glassfish.jersey.examples
ArtifactId

ArtifactId

server-async
Version

Version

2.5.2
Type

Type

jar

Download server-async 2.5.2


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