Skip to content

CAPS Release Version 0.3.0

Compare
Choose a tag to compare
@Mats-SX Mats-SX released this 08 Mar 09:21
fd334b3

spark-cypher-0.3.0

Release notes

This is the first release of okapi and CAPS for Scala 2.12. Scala 2.11 is no longer supported.

Using CAPS in your system

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>0.3.0</version>
</dependency>

For SBT:

libraryDependencies += "org.opencypher" % "spark-cypher" % "0.3.0"

spark-cypher-0.3.0-all

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.