is not current version
Last Version 0.7.4

dk.cloudcreate.essentials:types-jackson 0.7.1

This library focuses purely on providing https://github.com/FasterXML/jackson serialization and deserialization support for the types defined in the Essentials types library.

Categories

Categories

Jackson Data JSON
GroupId

GroupId

dk.cloudcreate.essentials
ArtifactId

ArtifactId

types-jackson
Version

Version

0.7.1
Type

Type

jar

Download types-jackson 0.7.1


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