is not current version
Last Version 3.2

org.javimmutable:javimmutable-jackson 3.0

Add-on datatype-support module for Jackson (https://github.com/FasterXML/jackson) that handles JImmutable collections.

Categories

Categories

Jackson Data JSON
GroupId

GroupId

org.javimmutable
ArtifactId

ArtifactId

javimmutable-jackson
Version

Version

3.0
Type

Type

jar

Download javimmutable-jackson 3.0


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