Apache Spark is a unified analytics engine for large-scale data processing, and the REPL module provides an interactive shell for Scala.
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-repl_2.12</artifactId>
<version>3.5.8</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Launches the Spark REPL from a Java application.
Use Scala for full REPL features or consider spark-shell script.
No dependency data recorded yet.