Categories |
CategoriesMongoDB Data Databases |
---|---|
GroupId | GroupIdtech.pronghorn |
ArtifactId | ArtifactIdmongodb-driver-stream |
Version | Version0.1.3 |
Type | Typejar |
Filename | Size |
---|---|
mongodb-driver-stream-0.1.3.pom | |
mongodb-driver-stream-0.1.3.jar | 33 KB |
mongodb-driver-stream-0.1.3-sources.jar | 11 KB |
mongodb-driver-stream-0.1.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/tech.pronghorn/mongodb-driver-stream/
implementation 'tech.pronghorn:mongodb-driver-stream:0.1.3'
// https://jarcasting.com/artifacts/tech.pronghorn/mongodb-driver-stream/
implementation ("tech.pronghorn:mongodb-driver-stream:0.1.3")
'tech.pronghorn:mongodb-driver-stream:jar:0.1.3'
<dependency org="tech.pronghorn" name="mongodb-driver-stream" rev="0.1.3">
<artifact name="mongodb-driver-stream" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.pronghorn', module='mongodb-driver-stream', version='0.1.3')
)
libraryDependencies += "tech.pronghorn" % "mongodb-driver-stream" % "0.1.3"
[tech.pronghorn/mongodb-driver-stream "0.1.3"]