is not current version
Last Version 0.5.1

com.fasterxml.storemate:storemate-json 0.5.0

Converters for StoreMate datatypes, for Jackson-based JSON serialization (as well as other dataformats Jackson supports, like Smile)

Categories

Categories

JSON Data
GroupId

GroupId

com.fasterxml.storemate
ArtifactId

ArtifactId

storemate-json
Version

Version

0.5.0
Type

Type

jar

Download storemate-json 0.5.0


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