Skip to content

CAPS Release Version 1.0.0-beta7

Pre-release
Pre-release
Compare
Choose a tag to compare
@DarthMax DarthMax released this 02 May 13:38
313b0d8

spark-cypher-1.0.0-beta7

The artifact is released to Maven Central.
To use it in a Maven project, add the following dependency to your pom:

<dependency>
  <groupId>org.opencypher</groupId>
  <artifactId>spark-cypher</artifactId>
  <version>1.0.0-beta7</version>
</dependency>

For SBT:

libraryDependencies += "org.opencypher" % "spark-cypher" % "1.0.0-beta7"

spark-cypher-1.0.0-beta7-cluster

This is a fat jar that does not include the Spark dependencies. It is intended to be used in environments where Spark is already present, for example, a Spark cluster or a notebook.