Categories |
CategoriesMongoDB Data Databases |
---|---|
GroupId | GroupIdcom.stratio |
ArtifactId | ArtifactIdspark-mongodb |
Version | Version0.8.6 |
Type | Typepom |
Filename | Size |
---|---|
spark-mongodb-0.8.6.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.stratio/spark-mongodb/ -->
<dependency>
<groupId>com.stratio</groupId>
<artifactId>spark-mongodb</artifactId>
<version>0.8.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.stratio/spark-mongodb/
implementation 'com.stratio:spark-mongodb:0.8.6'
// https://jarcasting.com/artifacts/com.stratio/spark-mongodb/
implementation ("com.stratio:spark-mongodb:0.8.6")
'com.stratio:spark-mongodb:pom:0.8.6'
<dependency org="com.stratio" name="spark-mongodb" rev="0.8.6">
<artifact name="spark-mongodb" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.stratio', module='spark-mongodb', version='0.8.6')
)
libraryDependencies += "com.stratio" % "spark-mongodb" % "0.8.6"
[com.stratio/spark-mongodb "0.8.6"]