Mongo Server: Safe 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.

License

License

Commercial License
Categories

Categories

Data
GroupId

GroupId

com.8kdata.mongowp
ArtifactId

ArtifactId

mongo-server-api-safe
Last Version

Last Version

0.20
Release Date

Release Date

Type

Type

jar
Description

Description

Mongo Server: Safe 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 Organization

8Kdata

Download mongo-server-api-safe

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
com.8kdata.mongowp : mongo-server-api jar 0.20
com.google.guava : guava jar 19.0
org.threeten : threetenbp jar 1.3.1
org.slf4j : slf4j-api jar 1.7.13
org.mongodb : bson jar 3.0.4
com.8kdata.mongowp : mongowp-protocol jar 0.20

provided (2)

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

Project Modules

There are no modules declared in this project.

Versions

Version
0.20