bson-mongo-driver

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 Net Netty Networking
GroupId

GroupId

com.8kdata.netty-bson
ArtifactId

ArtifactId

bson-mongo-driver
Last Version

Last Version

0.20
Release Date

Release Date

Type

Type

jar
Description

Description

bson-mongo-driver
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

Download bson-mongo-driver

How to add to project

<!-- https://jarcasting.com/artifacts/com.8kdata.netty-bson/bson-mongo-driver/ -->
<dependency>
    <groupId>com.8kdata.netty-bson</groupId>
    <artifactId>bson-mongo-driver</artifactId>
    <version>0.20</version>
</dependency>
// https://jarcasting.com/artifacts/com.8kdata.netty-bson/bson-mongo-driver/
implementation 'com.8kdata.netty-bson:bson-mongo-driver:0.20'
// https://jarcasting.com/artifacts/com.8kdata.netty-bson/bson-mongo-driver/
implementation ("com.8kdata.netty-bson:bson-mongo-driver:0.20")
'com.8kdata.netty-bson:bson-mongo-driver:jar:0.20'
<dependency org="com.8kdata.netty-bson" name="bson-mongo-driver" rev="0.20">
  <artifact name="bson-mongo-driver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.8kdata.netty-bson', module='bson-mongo-driver', version='0.20')
)
libraryDependencies += "com.8kdata.netty-bson" % "bson-mongo-driver" % "0.20"
[com.8kdata.netty-bson/bson-mongo-driver "0.20"]

Dependencies

compile (3)

Group / Artifact Type Version
com.8kdata.netty-bson : netty-bson-api jar 0.20
io.netty : netty-codec jar 4.0.33.Final
org.mongodb : mongo-java-driver jar 3.0.4

provided (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 3.0.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.20