Last Version

jackson-json-api 2.0.16

Library containing jackson module and classes to help building APIs that follow the json api spec in Java

License

License

Categories

Categories

JSON Data Jackson
GroupId

GroupId

com.github.michaelruocco
ArtifactId

ArtifactId

jackson-json-api
Version

Version

2.0.16
Type

Type

jar
Description

Description

jackson-json-api
Library containing jackson module and classes to help building APIs that follow the json api spec in Java
Project URL

Project URL

https://github.com/michaelruocco/jackson-json-api
Source Code Management

Source Code Management

https://github.com/michaelruocco/jackson-json-api

Download jackson-json-api 2.0.16


<!-- https://jarcasting.com/artifacts/com.github.michaelruocco/jackson-json-api/ -->
<dependency>
    <groupId>com.github.michaelruocco</groupId>
    <artifactId>jackson-json-api</artifactId>
    <version>2.0.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/jackson-json-api/
implementation 'com.github.michaelruocco:jackson-json-api:2.0.16'
// https://jarcasting.com/artifacts/com.github.michaelruocco/jackson-json-api/
implementation ("com.github.michaelruocco:jackson-json-api:2.0.16")
'com.github.michaelruocco:jackson-json-api:jar:2.0.16'
<dependency org="com.github.michaelruocco" name="jackson-json-api" rev="2.0.16">
  <artifact name="jackson-json-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='jackson-json-api', version='2.0.16')
)
libraryDependencies += "com.github.michaelruocco" % "jackson-json-api" % "2.0.16"
[com.github.michaelruocco/jackson-json-api "2.0.16"]

Dependencies

compile (1)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-databind jar 2.11.3

runtime (3)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-annotations jar 2.11.3
com.fasterxml.jackson.core : jackson-core jar 2.11.3
org.apache.commons : commons-collections4 jar 4.4

Project Modules

There are no modules declared in this project.