| License |
License
Commercial License
|
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdcom.torodb.engine.kvdocument |
| ArtifactId | ArtifactIdjson-converter |
| Last Version | Last Version0.50.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionKVDocument: 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 Organization8Kdata Technology |
| Filename | Size |
|---|---|
| json-converter-0.50.3.pom | |
| json-converter-0.50.3.jar | 10 KB |
| json-converter-0.50.3-sources.jar | 7 KB |
| json-converter-0.50.3-javadoc.jar | 38 KB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 3.0.1 |
| 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 |