License |
License
Commercial License
|
---|---|
Categories |
CategoriesData Net Netty Networking |
GroupId | GroupIdcom.8kdata.netty-bson |
ArtifactId | ArtifactIdnetty-bson-api |
Last Version | Last Version0.20 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionnetty-bson-api
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-api-0.20.pom | |
netty-bson-api-0.20.jar | 2 KB |
netty-bson-api-0.20-sources.jar | 1 KB |
netty-bson-api-0.20-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.8kdata.netty-bson/netty-bson-api/ -->
<dependency>
<groupId>com.8kdata.netty-bson</groupId>
<artifactId>netty-bson-api</artifactId>
<version>0.20</version>
</dependency>
// https://jarcasting.com/artifacts/com.8kdata.netty-bson/netty-bson-api/
implementation 'com.8kdata.netty-bson:netty-bson-api:0.20'
// https://jarcasting.com/artifacts/com.8kdata.netty-bson/netty-bson-api/
implementation ("com.8kdata.netty-bson:netty-bson-api:0.20")
'com.8kdata.netty-bson:netty-bson-api:jar:0.20'
<dependency org="com.8kdata.netty-bson" name="netty-bson-api" rev="0.20">
<artifact name="netty-bson-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.8kdata.netty-bson', module='netty-bson-api', version='0.20')
)
libraryDependencies += "com.8kdata.netty-bson" % "netty-bson-api" % "0.20"
[com.8kdata.netty-bson/netty-bson-api "0.20"]
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-codec | jar | 4.0.33.Final |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.1 |