j

jersey-json

A fork of com.sun.jersey:jersey-json:1.19.4 that uses Jackson2 instead of EOL Jackson1.
https://github.com/pjfanning/jersey-1.x
CDDL 1.1 GPL2 w/ CPE
Jersey Team PJ Fanning
文件下载
文件名 操作
jersey-json-1.22.0.jar 下载
jersey-json-1.22.0.pom 下载
jersey-json-1.22.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.pjfanning</groupId>
  <artifactId>jersey-json</artifactId>
  <version>1.22.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.pjfanning:jersey-json:1.22.0'
Gradle Kotlin
implementation("com.github.pjfanning:jersey-json:1.22.0")
Scala SBT
libraryDependencies += "com.github.pjfanning" % "jersey-json" % "1.22.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.pjfanning', module='jersey-json', version='1.22.0')
)
Apache Ivy
<dependency org="com.github.pjfanning" name="jersey-json" rev="1.22.0" />
Leiningen
[com.github.pjfanning/jersey-json "1.22.0"]
Apache Buildr
'com.github.pjfanning:jersey-json:jar:1.22.0'