| License |
License |
|---|---|
| Categories |
CategoriesJackson Data JSON |
| GroupId | GroupIddk.cloudcreate.essentials |
| ArtifactId | ArtifactIdimmutable-jackson |
| Last Version | Last Version0.7.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionessentials-immutable-jackson
This library focuses purely on providing https://github.com/FasterXML/jackson deserialization support for deserializing immutable objects
|
| Filename | Size |
|---|---|
| immutable-jackson-0.7.4.pom | |
| immutable-jackson-0.7.4.jar | 7 KB |
| immutable-jackson-0.7.4-sources.jar | 7 KB |
| immutable-jackson-0.7.4-javadoc.jar | 408 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/dk.cloudcreate.essentials/immutable-jackson/ -->
<dependency>
<groupId>dk.cloudcreate.essentials</groupId>
<artifactId>immutable-jackson</artifactId>
<version>0.7.4</version>
</dependency>
// https://jarcasting.com/artifacts/dk.cloudcreate.essentials/immutable-jackson/
implementation 'dk.cloudcreate.essentials:immutable-jackson:0.7.4'
// https://jarcasting.com/artifacts/dk.cloudcreate.essentials/immutable-jackson/
implementation ("dk.cloudcreate.essentials:immutable-jackson:0.7.4")
'dk.cloudcreate.essentials:immutable-jackson:jar:0.7.4'
<dependency org="dk.cloudcreate.essentials" name="immutable-jackson" rev="0.7.4">
<artifact name="immutable-jackson" type="jar" />
</dependency>
@Grapes(
@Grab(group='dk.cloudcreate.essentials', module='immutable-jackson', version='0.7.4')
)
libraryDependencies += "dk.cloudcreate.essentials" % "immutable-jackson" % "0.7.4"
[dk.cloudcreate.essentials/immutable-jackson "0.7.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| dk.cloudcreate.essentials : shared | jar | 0.7.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | |
| org.objenesis : objenesis | jar | 3.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| dk.cloudcreate.essentials : immutable | jar | 0.7.4 |
| dk.cloudcreate.essentials : types-jackson | jar | 0.7.4 |
| com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | |
| com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | |
| org.junit.jupiter : junit-jupiter | jar | |
| org.junit.jupiter : junit-jupiter-engine | jar | |
| org.junit.vintage : junit-vintage-engine | jar | |
| org.assertj : assertj-core | jar | 3.23.1 |
| org.slf4j : slf4j-api | jar | 1.7.36 |
| ch.qos.logback : logback-classic | jar | 1.2.11 |