is not current version
Last Version 3.2

org.javimmutable:javimmutable-jackson 0.1

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

0.1
Type

Type

jar

Download javimmutable-jackson 0.1


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