| License |
License |
|---|---|
| Categories |
CategoriesJSON Data Jersey Program Interface REST Frameworks |
| GroupId | GroupIdcom.sun.jersey |
| ArtifactId | ArtifactIdjersey-json |
| Version | Version1.19.4 |
| Type | Typejar |
| Description |
Descriptionjersey-json
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 |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| jersey-json-1.19.4.pom | |
| jersey-json-1.19.4.jar | 161 KB |
| jersey-json-1.19.4-sources.jar | 131 KB |
| jersey-json-1.19.4-javadoc.jar | 88 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sun.jersey/jersey-json/ -->
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-json</artifactId>
<version>1.19.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey/jersey-json/
implementation 'com.sun.jersey:jersey-json:1.19.4'
// https://jarcasting.com/artifacts/com.sun.jersey/jersey-json/
implementation ("com.sun.jersey:jersey-json:1.19.4")
'com.sun.jersey:jersey-json:jar:1.19.4'
<dependency org="com.sun.jersey" name="jersey-json" rev="1.19.4">
<artifact name="jersey-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey', module='jersey-json', version='1.19.4')
)
libraryDependencies += "com.sun.jersey" % "jersey-json" % "1.19.4"
[com.sun.jersey/jersey-json "1.19.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.codehaus.jettison : jettison | jar | 1.1 |
| com.sun.xml.bind : jaxb-impl | jar | 2.2.3-1 |
| org.eclipse.persistence : org.eclipse.persistence.moxy Optional | jar | 2.3.4-M6 |
| org.codehaus.jackson : jackson-core-asl | jar | 1.9.2 |
| org.codehaus.jackson : jackson-mapper-asl | jar | 1.9.2 |
| org.codehaus.jackson : jackson-jaxrs | jar | 1.9.2 |
| org.codehaus.jackson : jackson-xc | jar | 1.9.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |