License |
License
Commercial License
|
---|---|
GroupId | GroupIdcom.torodb.kvdocument |
ArtifactId | ArtifactIdmongowp-converter |
Last Version | Last Version0.40 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKVDocument: MongoWP 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 |
Filename | Size |
---|---|
mongowp-converter-0.40.pom | |
mongowp-converter-0.40.jar | 22 KB |
mongowp-converter-0.40-sources.jar | 10 KB |
mongowp-converter-0.40-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.torodb.kvdocument/mongowp-converter/ -->
<dependency>
<groupId>com.torodb.kvdocument</groupId>
<artifactId>mongowp-converter</artifactId>
<version>0.40</version>
</dependency>
// https://jarcasting.com/artifacts/com.torodb.kvdocument/mongowp-converter/
implementation 'com.torodb.kvdocument:mongowp-converter:0.40'
// https://jarcasting.com/artifacts/com.torodb.kvdocument/mongowp-converter/
implementation ("com.torodb.kvdocument:mongowp-converter:0.40")
'com.torodb.kvdocument:mongowp-converter:jar:0.40'
<dependency org="com.torodb.kvdocument" name="mongowp-converter" rev="0.40">
<artifact name="mongowp-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.torodb.kvdocument', module='mongowp-converter', version='0.40')
)
libraryDependencies += "com.torodb.kvdocument" % "mongowp-converter" % "0.40"
[com.torodb.kvdocument/mongowp-converter "0.40"]
Group / Artifact | Type | Version |
---|---|---|
com.torodb.kvdocument : kvdocument-core | jar | 0.40 |
com.8kdata.mongowp.bson : bson-core | jar | 0.40 |
com.google.guava : guava | jar | 19.0 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : annotations | jar | 3.0.1u2 |