License |
License |
---|---|
GroupId | GroupIdorg.apache.spark |
ArtifactId | ArtifactIdspark-repl_2.10 |
Last Version | Last Version2.2.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpark Project REPL
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
spark-repl_2.10-2.2.3.pom | |
spark-repl_2.10-2.2.3.jar | 621 KB |
spark-repl_2.10-2.2.3-sources.jar | 59 KB |
spark-repl_2.10-2.2.3-javadoc.jar | 647 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.spark/spark-repl_2.10/ -->
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-repl_2.10</artifactId>
<version>2.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.spark/spark-repl_2.10/
implementation 'org.apache.spark:spark-repl_2.10:2.2.3'
// https://jarcasting.com/artifacts/org.apache.spark/spark-repl_2.10/
implementation ("org.apache.spark:spark-repl_2.10:2.2.3")
'org.apache.spark:spark-repl_2.10:jar:2.2.3'
<dependency org="org.apache.spark" name="spark-repl_2.10" rev="2.2.3">
<artifact name="spark-repl_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.spark', module='spark-repl_2.10', version='2.2.3')
)
libraryDependencies += "org.apache.spark" % "spark-repl_2.10" % "2.2.3"
[org.apache.spark/spark-repl_2.10 "2.2.3"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.spark : spark-core_2.10 | jar | 2.2.3 |
org.apache.spark : spark-sql_2.10 | jar | 2.2.3 |
org.scala-lang : scala-compiler | jar | 2.10.6 |
org.scala-lang : scala-reflect | jar | 2.10.6 |
org.scala-lang : jline | jar | 2.10.6 |
org.slf4j : jul-to-slf4j | jar | 1.7.16 |
org.apache.spark : spark-tags_2.10 | jar | 2.2.3 |
org.apache.xbean : xbean-asm5-shaded | jar | 4.4 |
org.scala-lang : scala-library | jar | 2.10.6 |
org.spark-project.spark : unused | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty : jetty-server | jar | 9.3.11.v20160721 |
org.eclipse.jetty : jetty-plus | jar | 9.3.11.v20160721 |
org.eclipse.jetty : jetty-util | jar | 9.3.11.v20160721 |
org.eclipse.jetty : jetty-http | jar | 9.3.11.v20160721 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.spark : spark-mllib_2.10 | jar | 2.2.3 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.spark : spark-core_2.10 | test-jar | 2.2.3 |
org.scalacheck : scalacheck_2.10 | jar | 1.12.5 |
org.mockito : mockito-core | jar | 1.10.19 |
org.apache.spark : spark-tags_2.10 | test-jar | 2.2.3 |
org.scalatest : scalatest_2.10 | jar | 2.2.6 |
junit : junit | jar | 4.12 |
com.novocode : junit-interface | jar | 0.11 |