is not current version
Last Version 3.1.0-M3

org.glassfish.jersey.examples:server-async-standalone 3.0.0-M6

Standalone Jersey JAX-RS asynchronous server-side processing example.

Categories

Categories

GlassFish Container Application Servers Jersey Program Interface REST Frameworks
GroupId

GroupId

org.glassfish.jersey.examples
ArtifactId

ArtifactId

server-async-standalone
Version

Version

3.0.0-M6
Type

Type

pom

Download server-async-standalone 3.0.0-M6


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