License |
License |
---|---|
Categories |
CategoriesJSON Data Jersey Program Interface REST Frameworks |
GroupId | GroupIdcom.github.pjfanning |
ArtifactId | ArtifactIdjersey-json |
Last Version | Last Version1.20 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjersey-json
A fork of com.sun.jersey:jersey-json:1.19.4 that uses Jackson2 instead of EOL Jackson1.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jersey-json-1.20.pom | |
jersey-json-1.20.jar | 154 KB |
jersey-json-1.20-sources.jar | 131 KB |
jersey-json-1.20-javadoc.jar | 441 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pjfanning/jersey-json/ -->
<dependency>
<groupId>com.github.pjfanning</groupId>
<artifactId>jersey-json</artifactId>
<version>1.20</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pjfanning/jersey-json/
implementation 'com.github.pjfanning:jersey-json:1.20'
// https://jarcasting.com/artifacts/com.github.pjfanning/jersey-json/
implementation ("com.github.pjfanning:jersey-json:1.20")
'com.github.pjfanning:jersey-json:jar:1.20'
<dependency org="com.github.pjfanning" name="jersey-json" rev="1.20">
<artifact name="jersey-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pjfanning', module='jersey-json', version='1.20')
)
libraryDependencies += "com.github.pjfanning" % "jersey-json" % "1.20"
[com.github.pjfanning/jersey-json "1.20"]
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.4.2 |
com.fasterxml.jackson.core : jackson-core | jar | 2.13.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.0 |
com.fasterxml.jackson.jaxrs : jackson-jaxrs-json-provider | jar | 2.13.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |