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

Commercial License
Categories

Categories

Data
GroupId

GroupId

com.8kdata.mongowp
ArtifactId

ArtifactId

mongowp-parent
Last Version

Last Version

0.50.0
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

Filename Size
mongowp-parent-0.50.0.pom 17 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • build-tools
  • server
  • client
  • mongowp-core
  • bson

Versions

Version
0.50.0
0.40
0.40-alpha3
0.40-alpha2
0.20