License |
License
Commercial License
|
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.torodb.kvdocument |
ArtifactId | ArtifactIdjson-converter |
Last Version | Last Version0.40-alpha1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKVDocument: Json Converter
Converts from a JSON document to a KVDocument
|
Project Organization |
Project Organization8Kdata |
<!-- https://jarcasting.com/artifacts/com.torodb.kvdocument/json-converter/ -->
<dependency>
<groupId>com.torodb.kvdocument</groupId>
<artifactId>json-converter</artifactId>
<version>0.40-alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/com.torodb.kvdocument/json-converter/
implementation 'com.torodb.kvdocument:json-converter:0.40-alpha1'
// https://jarcasting.com/artifacts/com.torodb.kvdocument/json-converter/
implementation ("com.torodb.kvdocument:json-converter:0.40-alpha1")
'com.torodb.kvdocument:json-converter:jar:0.40-alpha1'
<dependency org="com.torodb.kvdocument" name="json-converter" rev="0.40-alpha1">
<artifact name="json-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.torodb.kvdocument', module='json-converter', version='0.40-alpha1')
)
libraryDependencies += "com.torodb.kvdocument" % "json-converter" % "0.40-alpha1"
[com.torodb.kvdocument/json-converter "0.40-alpha1"]
Group / Artifact | Type | Version |
---|---|---|
com.torodb.kvdocument : kvdocument-core | jar | 0.40-alpha1 |
javax.json : javax.json-api | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.0 |