Last Version

jersey-core 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-core
Version

Version

1.19.4
Type

Type

jar
Description

Description

jersey-core
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/jersey-core/
Project Organization

Project Organization

Oracle Corporation

Download jersey-core 1.19.4


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

Dependencies

compile (1)

Group / Artifact Type Version
javax.ws.rs : jsr311-api jar 1.1.1

provided (3)

Group / Artifact Type Version
javax.mail : mail jar 1.4
javax.xml.bind : jaxb-api jar 2.1
org.osgi : org.osgi.core jar 4.2.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.