Last Version

netty-bson-parent 0.20

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

netty-bson-parent
Version

Version

0.20
Type

Type

pom
Description

Description

netty-bson-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

Download netty-bson-parent 0.20

Filename Size
netty-bson-parent-0.20.pom 742 bytes
Browse

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

Dependencies

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

Project Modules

  • bson-mongo-driver
  • netty-bson-api