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.

License

License

GroupId

GroupId

com.torodb.mongowp
ArtifactId

ArtifactId

mongowp-parent
Last Version

Last Version

0.50.2
Release Date

Release Date

Type

Type

pom
Description

Description

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.
Project Organization

Project Organization

8Kdata Technology

Download mongowp-parent

How to add to project

<!-- https://jarcasting.com/artifacts/com.torodb.mongowp/mongowp-parent/ -->
<dependency>
    <groupId>com.torodb.mongowp</groupId>
    <artifactId>mongowp-parent</artifactId>
    <version>0.50.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.torodb.mongowp/mongowp-parent/
implementation 'com.torodb.mongowp:mongowp-parent:0.50.2'
// https://jarcasting.com/artifacts/com.torodb.mongowp/mongowp-parent/
implementation ("com.torodb.mongowp:mongowp-parent:0.50.2")
'com.torodb.mongowp:mongowp-parent:pom:0.50.2'
<dependency org="com.torodb.mongowp" name="mongowp-parent" rev="0.50.2">
  <artifact name="mongowp-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.torodb.mongowp', module='mongowp-parent', version='0.50.2')
)
libraryDependencies += "com.torodb.mongowp" % "mongowp-parent" % "0.50.2"
[com.torodb.mongowp/mongowp-parent "0.50.2"]

Dependencies

test (3)

Group / Artifact Type Version
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

Project Modules

  • server
  • client
  • mongowp-core
  • bson
  • reporting

Versions

Version
0.50.2
0.50.1