is not current version
Last Version 3.2

org.javimmutable:javimmutable-jackson 1.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

1.0
Type

Type

jar

Download javimmutable-jackson 1.0


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