MVN

com.torodb.mongowp : mongowp-parent

Maven & Gradle

Oct 23, 2018
33 stars

MongoWP Parent · mongowp is a Java layer that enables the development of server-side MongoDB wire protocol implementations. Any application designed to act as a mongo server could rely on this layer to implement the wire protocol. Examples of such applications may be mongo proxies, connection poolers or in-memory implementations, to name a few.

<dependency>
    <groupId>com.torodb.mongowp</groupId>
    <artifactId>mongowp-parent</artifactId>
    <version>0.50.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.torodb.mongowp : mongowp-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.50.2

All Versions

Choose a version of com.torodb.mongowp : mongowp-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.50.x
mongowp-parent-0.50.2
mongowp-parent-0.50.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.torodb.mongowp</groupId>
    <artifactId>mongowp-parent</artifactId>
    <version>0.50.2</version>
</dependency>

Advertisement