License |
License |
---|---|
Categories |
CategoriesJackson Data JSON |
GroupId | GroupIdorg.javimmutable |
ArtifactId | ArtifactIdjavimmutable-jackson |
Last Version | Last Version3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjavimmutable-jackson
Add-on datatype-support module for Jackson (https://github.com/FasterXML/jackson) that handles JImmutable collections.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
javimmutable-jackson-3.2.pom | |
javimmutable-jackson-3.2.jar | 17 KB |
javimmutable-jackson-3.2-sources.jar | 15 KB |
javimmutable-jackson-3.2-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.javimmutable/javimmutable-jackson/ -->
<dependency>
<groupId>org.javimmutable</groupId>
<artifactId>javimmutable-jackson</artifactId>
<version>3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.javimmutable/javimmutable-jackson/
implementation 'org.javimmutable:javimmutable-jackson:3.2'
// https://jarcasting.com/artifacts/org.javimmutable/javimmutable-jackson/
implementation ("org.javimmutable:javimmutable-jackson:3.2")
'org.javimmutable:javimmutable-jackson:jar:3.2'
<dependency org="org.javimmutable" name="javimmutable-jackson" rev="3.2">
<artifact name="javimmutable-jackson" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.javimmutable', module='javimmutable-jackson', version='3.2')
)
libraryDependencies += "org.javimmutable" % "javimmutable-jackson" % "3.2"
[org.javimmutable/javimmutable-jackson "3.2"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | [2.9.10.7,) |
org.javimmutable : javimmutable-collections | jar | [3.0,) |
com.google.code.findbugs : jsr305 Optional | jar | 1.3.9 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | [4.13.1,) |