License |
License |
---|---|
GroupId | GroupIdcom.torodb.mongowp |
ArtifactId | ArtifactIdmongowp-parent |
Last Version | Last Version0.50.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMongoWP 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 Technology |
Filename | Size |
---|---|
mongowp-parent-0.50.2.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.torodb.mongowp/mongowp-parent/ -->
<dependency>
<groupId>com.torodb.mongowp</groupId>
<artifactId>mongowp-parent</artifactId>
<version>0.50.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.torodb.mongowp/mongowp-parent/
implementation 'com.torodb.mongowp:mongowp-parent:0.50.2'
// https://jarcasting.com/artifacts/com.torodb.mongowp/mongowp-parent/
implementation ("com.torodb.mongowp:mongowp-parent:0.50.2")
'com.torodb.mongowp:mongowp-parent:pom:0.50.2'
<dependency org="com.torodb.mongowp" name="mongowp-parent" rev="0.50.2">
<artifact name="mongowp-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.torodb.mongowp', module='mongowp-parent', version='0.50.2')
)
libraryDependencies += "com.torodb.mongowp" % "mongowp-parent" % "0.50.2"
[com.torodb.mongowp/mongowp-parent "0.50.2"]
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 |