License |
License
Commercial License
|
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.8kdata.mongowp |
ArtifactId | ArtifactIdmongowp-parent |
Last Version | Last Version0.50.0 |
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.0.pom | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.8kdata.mongowp/mongowp-parent/ -->
<dependency>
<groupId>com.8kdata.mongowp</groupId>
<artifactId>mongowp-parent</artifactId>
<version>0.50.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.8kdata.mongowp/mongowp-parent/
implementation 'com.8kdata.mongowp:mongowp-parent:0.50.0'
// https://jarcasting.com/artifacts/com.8kdata.mongowp/mongowp-parent/
implementation ("com.8kdata.mongowp:mongowp-parent:0.50.0")
'com.8kdata.mongowp:mongowp-parent:pom:0.50.0'
<dependency org="com.8kdata.mongowp" name="mongowp-parent" rev="0.50.0">
<artifact name="mongowp-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.8kdata.mongowp', module='mongowp-parent', version='0.50.0')
)
libraryDependencies += "com.8kdata.mongowp" % "mongowp-parent" % "0.50.0"
[com.8kdata.mongowp/mongowp-parent "0.50.0"]