Last Version

jersey-project 1.19.4

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

License

License

Categories

Categories

Jersey Program Interface REST Frameworks
GroupId

GroupId

com.sun.jersey
ArtifactId

ArtifactId

jersey-project
Version

Version

1.19.4
Type

Type

pom
Description

Description

jersey-project
Jersey is the open source (under dual CDDL+GPL license) JAX-RS (JSR 311) production quality Reference Implementation for building RESTful Web services.
Project URL

Project URL

https://jersey.java.net/
Project Organization

Project Organization

Oracle Corporation

Download jersey-project 1.19.4

Filename Size
jersey-project-1.19.4.pom 26 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • contribs
  • jersey-atom
  • jersey-client
  • jersey-core
  • jersey-documentation
  • jersey-fastinfoset
  • jersey-grizzly
  • jersey-grizzly2
  • jersey-grizzly2-servlet
  • jersey-json
  • jersey-server-linking
  • jersey-server
  • jersey-servlet
  • jersey-test-framework
  • jersey-tests
  • samples