Skip to content

Morpheus Release Version 0.4.2

Latest
Compare
Choose a tag to compare
@Mats-SX Mats-SX released this 03 Jun 15:21
1dc2580

morpheus-spark-cypher-0.4.2

Release notes

  • Supports list comprehensions
  • Minor build improvements for okapi-shade

Using Morpheus 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>morpheus-spark-cypher</artifactId>
  <version>0.4.2</version>
</dependency>

For SBT:

libraryDependencies += "org.opencypher" % "morpheus-spark-cypher" % "0.4.2"

morpheus-spark-cypher-0.4.2-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.