License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.fasterxml.storemate |
ArtifactId | ArtifactIdstoremate-json |
Version | Version0.5.1 |
Type | Typejar |
Description |
DescriptionStoreMate-json
Converters for StoreMate datatypes, for Jackson-based JSON serialization
(as well as other dataformats Jackson supports, like Smile)
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
storemate-json-0.5.1.pom | |
storemate-json-0.5.1.jar | 16 KB |
storemate-json-0.5.1-tests.jar | 3 KB |
storemate-json-0.5.1-sources.jar | 7 KB |
storemate-json-0.5.1-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fasterxml.storemate/storemate-json/ -->
<dependency>
<groupId>com.fasterxml.storemate</groupId>
<artifactId>storemate-json</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.fasterxml.storemate/storemate-json/
implementation 'com.fasterxml.storemate:storemate-json:0.5.1'
// https://jarcasting.com/artifacts/com.fasterxml.storemate/storemate-json/
implementation ("com.fasterxml.storemate:storemate-json:0.5.1")
'com.fasterxml.storemate:storemate-json:jar:0.5.1'
<dependency org="com.fasterxml.storemate" name="storemate-json" rev="0.5.1">
<artifact name="storemate-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fasterxml.storemate', module='storemate-json', version='0.5.1')
)
libraryDependencies += "com.fasterxml.storemate" % "storemate-json" % "0.5.1"
[com.fasterxml.storemate/storemate-json "0.5.1"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.storemate : storemate-shared | jar | 0.5.1 |
com.fasterxml.storemate : storemate-api | jar | 0.5.1 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.1.0 |
com.fasterxml.jackson.core : jackson-core | jar | 2.1.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.1.0 |
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.storemate : storemate-shared | test-jar | 0.5.1 |
junit : junit | jar | 4.8.2 |