is not current version
Last Version 1.0.4

com.github.michaelruocco:json-adapter 0.1.3

Library to hide some complexity when using jackson

Categories

Categories

JSON Data
GroupId

GroupId

com.github.michaelruocco
ArtifactId

ArtifactId

json-adapter
Version

Version

0.1.3
Type

Type

jar

Download json-adapter 0.1.3


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