Last Version

MongoWP: Core 0.50.2

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

GroupId

GroupId

com.torodb.mongowp
ArtifactId

ArtifactId

mongowp-core
Version

Version

0.50.2
Type

Type

jar
Description

Description

MongoWP: Core
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 Technology

Download mongowp-core 0.50.2


<!-- https://jarcasting.com/artifacts/com.torodb.mongowp/mongowp-core/ -->
<dependency>
    <groupId>com.torodb.mongowp</groupId>
    <artifactId>mongowp-core</artifactId>
    <version>0.50.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.torodb.mongowp/mongowp-core/
implementation 'com.torodb.mongowp:mongowp-core:0.50.2'
// https://jarcasting.com/artifacts/com.torodb.mongowp/mongowp-core/
implementation ("com.torodb.mongowp:mongowp-core:0.50.2")
'com.torodb.mongowp:mongowp-core:jar:0.50.2'
<dependency org="com.torodb.mongowp" name="mongowp-core" rev="0.50.2">
  <artifact name="mongowp-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.torodb.mongowp', module='mongowp-core', version='0.50.2')
)
libraryDependencies += "com.torodb.mongowp" % "mongowp-core" % "0.50.2"
[com.torodb.mongowp/mongowp-core "0.50.2"]

Dependencies

compile (4)

Group / Artifact Type Version
com.torodb.mongowp.bson : bson-core jar 0.50.2
com.google.guava : guava jar 21.0
org.apache.logging.log4j : log4j-api jar 2.8.1
javax.inject : javax.inject jar 1

provided (1)

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

test (3)

Group / Artifact Type Version
org.apache.logging.log4j : log4j-core jar 2.8.1
org.apache.logging.log4j : log4j-slf4j-impl jar 2.8.1
org.apache.logging.log4j : log4j-core test-jar 2.8.1

Project Modules

There are no modules declared in this project.