is not current version
Last Version 0.2.1

tech.pronghorn:mongodb-driver-stream 0.2.0

Allows using Pronghorn as the IO handler for the MongoDB Async Driver.

Categories

Categories

MongoDB Data Databases
GroupId

GroupId

tech.pronghorn
ArtifactId

ArtifactId

mongodb-driver-stream
Version

Version

0.2.0
Type

Type

jar

Download mongodb-driver-stream 0.2.0


<!-- https://jarcasting.com/artifacts/tech.pronghorn/mongodb-driver-stream/ -->
<dependency>
    <groupId>tech.pronghorn</groupId>
    <artifactId>mongodb-driver-stream</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/tech.pronghorn/mongodb-driver-stream/
implementation 'tech.pronghorn:mongodb-driver-stream:0.2.0'
// https://jarcasting.com/artifacts/tech.pronghorn/mongodb-driver-stream/
implementation ("tech.pronghorn:mongodb-driver-stream:0.2.0")
'tech.pronghorn:mongodb-driver-stream:jar:0.2.0'
<dependency org="tech.pronghorn" name="mongodb-driver-stream" rev="0.2.0">
  <artifact name="mongodb-driver-stream" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.pronghorn', module='mongodb-driver-stream', version='0.2.0')
)
libraryDependencies += "tech.pronghorn" % "mongodb-driver-stream" % "0.2.0"
[tech.pronghorn/mongodb-driver-stream "0.2.0"]