| GroupId | GroupIdorg.apache.spark |
|---|---|
| ArtifactId | ArtifactIdspark-bagel_2.10 |
| Version | Version1.6.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| spark-bagel_2.10-1.6.1.pom | |
| spark-bagel_2.10-1.6.1.jar | 43 KB |
| spark-bagel_2.10-1.6.1-tests.jar | 10 KB |
| spark-bagel_2.10-1.6.1-test-sources.jar | 8 KB |
| spark-bagel_2.10-1.6.1-sources.jar | 13 KB |
| spark-bagel_2.10-1.6.1-javadoc.jar | 372 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.spark/spark-bagel_2.10/ -->
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-bagel_2.10</artifactId>
<version>1.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.spark/spark-bagel_2.10/
implementation 'org.apache.spark:spark-bagel_2.10:1.6.1'
// https://jarcasting.com/artifacts/org.apache.spark/spark-bagel_2.10/
implementation ("org.apache.spark:spark-bagel_2.10:1.6.1")
'org.apache.spark:spark-bagel_2.10:jar:1.6.1'
<dependency org="org.apache.spark" name="spark-bagel_2.10" rev="1.6.1">
<artifact name="spark-bagel_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.spark', module='spark-bagel_2.10', version='1.6.1')
)
libraryDependencies += "org.apache.spark" % "spark-bagel_2.10" % "1.6.1"
[org.apache.spark/spark-bagel_2.10 "1.6.1"]