KVDocument: Gson Converter

Parent project of KV Document. KV (Key-Value) Document is an abstraction of a hierarchical key-value document. This abstraction helps avoid dependency on any concrete document implementation (such as JSON).

License

License

Commercial License
Categories

Categories

JSON Data
GroupId

GroupId

com.torodb.engine.kvdocument
ArtifactId

ArtifactId

json-converter
Last Version

Last Version

0.50.3
Release Date

Release Date

Type

Type

jar
Description

Description

KVDocument: Gson Converter
Parent project of KV Document. KV (Key-Value) Document is an abstraction of a hierarchical key-value document. This abstraction helps avoid dependency on any concrete document implementation (such as JSON).
Project Organization

Project Organization

8Kdata Technology

Download json-converter

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-core jar 2.6.3
com.fasterxml.jackson.core : jackson-databind jar 2.6.3
com.fasterxml.jackson.core : jackson-annotations jar 2.6.3
com.google.code.gson : gson jar 2.6.2
com.torodb.engine.kvdocument : kvdocument-core jar 0.50.3

provided (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 3.0.1

test (4)

Group / Artifact Type Version
junit : junit jar 4.12
org.apache.logging.log4j : log4j-core jar 2.8.1
org.apache.logging.log4j : log4j-slf4j-impl jar 2.8.1
org.apache.logging.log4j : log4j-core test-jar 2.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.50.3
0.50.2
0.50.1