MVN

com.torodb.engine.kvdocument : kvdocument-pom

Maven & Gradle

Oct 24, 2018
0 stars

KVDocument: POM · 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).

<dependency>
    <groupId>com.torodb.engine.kvdocument</groupId>
    <artifactId>kvdocument-pom</artifactId>
    <version>0.50.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.torodb.engine.kvdocument : kvdocument-pom to add to Maven - Latest Versions:

  • Latest Stable: 0.50.3

All Versions

Choose a version of com.torodb.engine.kvdocument : kvdocument-pom to add to Maven - All Versions:

Version Vulnerabilities Updated
0.50.x
kvdocument-pom-0.50.3
kvdocument-pom-0.50.2
kvdocument-pom-0.50.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.torodb.engine.kvdocument</groupId>
    <artifactId>kvdocument-pom</artifactId>
    <version>0.50.3</version>
</dependency>