Categories |
CategoriesMongoDB Data Databases |
---|---|
GroupId | GroupIdtech.pronghorn |
ArtifactId | ArtifactIdmongodb-driver-stream |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
mongodb-driver-stream-0.1.2.pom | |
mongodb-driver-stream-0.1.2.jar | 33 KB |
mongodb-driver-stream-0.1.2-sources.jar | 11 KB |
mongodb-driver-stream-0.1.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/tech.pronghorn/mongodb-driver-stream/ -->
<dependency>
<groupId>tech.pronghorn</groupId>
<artifactId>mongodb-driver-stream</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/tech.pronghorn/mongodb-driver-stream/
implementation 'tech.pronghorn:mongodb-driver-stream:0.1.2'
// https://jarcasting.com/artifacts/tech.pronghorn/mongodb-driver-stream/
implementation ("tech.pronghorn:mongodb-driver-stream:0.1.2")
'tech.pronghorn:mongodb-driver-stream:jar:0.1.2'
<dependency org="tech.pronghorn" name="mongodb-driver-stream" rev="0.1.2">
<artifact name="mongodb-driver-stream" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.pronghorn', module='mongodb-driver-stream', version='0.1.2')
)
libraryDependencies += "tech.pronghorn" % "mongodb-driver-stream" % "0.1.2"
[tech.pronghorn/mongodb-driver-stream "0.1.2"]