is not current version
Last Version 3.1.0-M3

org.glassfish.jersey.ext.rx:project 3.0.0

Jersey incubator for Reactive (Rx) modules that are in a prototyping or research stage, not ready to be released as part of Jersey (yet).

Categories

Categories

GlassFish Container Application Servers Jersey Program Interface REST Frameworks
GroupId

GroupId

org.glassfish.jersey.ext.rx
ArtifactId

ArtifactId

project
Version

Version

3.0.0
Type

Type

pom

Download project 3.0.0

Filename Size
project-3.0.0.pom 2 KB
Browse

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