is not current version
Last Version 3.1.0-M3

org.glassfish.jersey:project 2.0-rc1

Jersey is the open source (under dual CDDL+GPL license) JAX-RS 2.0 (JSR 339) production quality Reference Implementation for building RESTful Web services.

Categories

Categories

GlassFish Container Application Servers Jersey Program Interface REST Frameworks
GroupId

GroupId

org.glassfish.jersey
ArtifactId

ArtifactId

project
Version

Version

2.0-rc1
Type

Type

pom

Download project 2.0-rc1

Filename Size
project-2.0-rc1.pom 43 KB
Browse

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