License |
License |
---|---|
Categories |
CategoriesMongoDB Data Databases |
GroupId | GroupIdcom.stratio |
ArtifactId | ArtifactIdspark-mongodb |
Version | Version0.8.7 |
Type | Typepom |
Description |
Descriptionspark-mongodb
A Spark SQl library for MongoDB
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spark-mongodb-0.8.7.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.stratio/spark-mongodb/ -->
<dependency>
<groupId>com.stratio</groupId>
<artifactId>spark-mongodb</artifactId>
<version>0.8.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.stratio/spark-mongodb/
implementation 'com.stratio:spark-mongodb:0.8.7'
// https://jarcasting.com/artifacts/com.stratio/spark-mongodb/
implementation ("com.stratio:spark-mongodb:0.8.7")
'com.stratio:spark-mongodb:pom:0.8.7'
<dependency org="com.stratio" name="spark-mongodb" rev="0.8.7">
<artifact name="spark-mongodb" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.stratio', module='spark-mongodb', version='0.8.7')
)
libraryDependencies += "com.stratio" % "spark-mongodb" % "0.8.7"
[com.stratio/spark-mongodb "0.8.7"]