License |
License
Commercial License
|
---|---|
Categories |
CategoriesData Net Netty Networking |
GroupId | GroupIdcom.8kdata.netty-bson |
ArtifactId | ArtifactIdnetty-bson-parent |
Last Version | Last Version0.20 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionnetty-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 Organization8Kdata |
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"]