License |
License |
---|---|
Categories |
CategoriesJSON Data Jackson ORM |
GroupId | GroupIdcom.github.svendiedrichsen |
ArtifactId | ArtifactIdjson-formatter-jackson2 |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJSON formatter Jackson2
Parent for JUL JSON formatter modules
|
<!-- https://jarcasting.com/artifacts/com.github.svendiedrichsen/json-formatter-jackson2/ -->
<dependency>
<groupId>com.github.svendiedrichsen</groupId>
<artifactId>json-formatter-jackson2</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.svendiedrichsen/json-formatter-jackson2/
implementation 'com.github.svendiedrichsen:json-formatter-jackson2:1.0.2'
// https://jarcasting.com/artifacts/com.github.svendiedrichsen/json-formatter-jackson2/
implementation ("com.github.svendiedrichsen:json-formatter-jackson2:1.0.2")
'com.github.svendiedrichsen:json-formatter-jackson2:jar:1.0.2'
<dependency org="com.github.svendiedrichsen" name="json-formatter-jackson2" rev="1.0.2">
<artifact name="json-formatter-jackson2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.svendiedrichsen', module='json-formatter-jackson2', version='1.0.2')
)
libraryDependencies += "com.github.svendiedrichsen" % "json-formatter-jackson2" % "1.0.2"
[com.github.svendiedrichsen/json-formatter-jackson2 "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.5 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8.8 |