License |
License |
---|---|
GroupId | GroupIdorg.apache.spark |
ArtifactId | ArtifactIdspark-repl_2.13 |
Version | Version3.2.0 |
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.13-3.2.0.pom | |
spark-repl_2.13-3.2.0.jar | 46 KB |
spark-repl_2.13-3.2.0-tests.jar | 56 KB |
spark-repl_2.13-3.2.0-test-sources.jar | 29 KB |
spark-repl_2.13-3.2.0-sources.jar | 21 KB |
spark-repl_2.13-3.2.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.spark/spark-repl_2.13/ -->
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-repl_2.13</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.spark/spark-repl_2.13/
implementation 'org.apache.spark:spark-repl_2.13:3.2.0'
// https://jarcasting.com/artifacts/org.apache.spark/spark-repl_2.13/
implementation ("org.apache.spark:spark-repl_2.13:3.2.0")
'org.apache.spark:spark-repl_2.13:jar:3.2.0'
<dependency org="org.apache.spark" name="spark-repl_2.13" rev="3.2.0">
<artifact name="spark-repl_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.spark', module='spark-repl_2.13', version='3.2.0')
)
libraryDependencies += "org.apache.spark" % "spark-repl_2.13" % "3.2.0"
[org.apache.spark/spark-repl_2.13 "3.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.spark : spark-core_2.13 | jar | 3.2.0 |
org.apache.spark : spark-sql_2.13 | jar | 3.2.0 |
org.scala-lang : scala-compiler | jar | 2.13.5 |
org.scala-lang : scala-reflect | jar | 2.13.5 |
org.slf4j : jul-to-slf4j | jar | 1.7.30 |
org.apache.spark : spark-tags_2.13 | jar | 3.2.0 |
org.apache.xbean : xbean-asm9-shaded | jar | 4.20 |
org.scala-lang : scala-library | jar | 2.13.5 |
org.spark-project.spark : unused | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty : jetty-server | jar | 9.4.43.v20210629 |
org.eclipse.jetty : jetty-plus | jar | 9.4.43.v20210629 |
org.eclipse.jetty : jetty-util | jar | 9.4.43.v20210629 |
org.eclipse.jetty : jetty-http | jar | 9.4.43.v20210629 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.spark : spark-mllib_2.13 | jar | 3.2.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.spark : spark-core_2.13 | test-jar | 3.2.0 |
org.scalacheck : scalacheck_2.13 | jar | 1.15.4 |
org.mockito : mockito-core | jar | 3.4.6 |
org.apache.spark : spark-tags_2.13 | test-jar | 3.2.0 |
org.scalatest : scalatest_2.13 | jar | 3.2.9 |
org.scalatestplus : scalacheck-1-15_2.13 | jar | 3.2.9.0 |
org.scalatestplus : mockito-3-4_2.13 | jar | 3.2.9.0 |
org.scalatestplus : selenium-3-141_2.13 | jar | 3.2.9.0 |
junit : junit | jar | 4.13.1 |
com.novocode : junit-interface | jar | 0.11 |