is not current version
Last Version 3.1.0-M3

org.glassfish.jersey.examples:server-async-standalone 2.29

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

2.29
Type

Type

pom

Download server-async-standalone 2.29


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