is not current version
Last Version 0.50.0

com.8kdata.mongowp:mongowp-parent 0.40

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.

Categories

Categories

Data
GroupId

GroupId

com.8kdata.mongowp
ArtifactId

ArtifactId

mongowp-parent
Version

Version

0.40
Type

Type

pom

Download mongowp-parent 0.40

Filename Size
mongowp-parent-0.40.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.40</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.8kdata.mongowp/mongowp-parent/
implementation 'com.8kdata.mongowp:mongowp-parent:0.40'
// https://jarcasting.com/artifacts/com.8kdata.mongowp/mongowp-parent/
implementation ("com.8kdata.mongowp:mongowp-parent:0.40")
'com.8kdata.mongowp:mongowp-parent:pom:0.40'
<dependency org="com.8kdata.mongowp" name="mongowp-parent" rev="0.40">
  <artifact name="mongowp-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.8kdata.mongowp', module='mongowp-parent', version='0.40')
)
libraryDependencies += "com.8kdata.mongowp" % "mongowp-parent" % "0.40"
[com.8kdata.mongowp/mongowp-parent "0.40"]