Releases: opencypher/morpheus
CAPS Release Version 0.1.3
spark-cypher-0.1.3
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.1.3</version>
</dependency>
For SBT:
libraryDependencies += "org.opencypher" % "spark-cypher" % "0.1.3"
spark-cypher-0.1.3-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.
CAPS Release Version 0.1.2
spark-cypher-0.1.2
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.1.2</version>
</dependency>
For SBT:
libraryDependencies += "org.opencypher" % "spark-cypher" % "0.1.2"
spark-cypher-0.1.2-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.
CAPS Release Version 0.1.1
spark-cypher-0.1.1
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.1.1</version>
</dependency>
For SBT:
libraryDependencies += "org.opencypher" % "spark-cypher" % "0.1.1"
spark-cypher-0.1.1-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.
CAPS Release Version 0.1.0
spark-cypher-0.1.0
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.1.0</version>
</dependency>
For SBT:
libraryDependencies += "org.opencypher" % "spark-cypher" % "0.1.0"
spark-cypher-0.1.0-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.
CAPS Release Version 1.0.0-beta7
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.
CAPS Release Version 1.0.0-beta6
spark-cypher-1.0.0-beta6
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-beta6</version>
</dependency>
For SBT:
libraryDependencies += "org.opencypher" % "spark-cypher" % "1.0.0-beta6"
spark-cypher-1.0.0-beta6-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.
CAPS Release Version 1.0.0-beta5
spark-cypher-1.0.0-beta5
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-beta5</version>
</dependency>
For SBT:
libraryDependencies += "org.opencypher" % "spark-cypher" % "1.0.0-beta5"
spark-cypher-1.0.0-beta5-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.
CAPS Release Version 1.0.0-beta4
spark-cypher-1.0.0-beta4
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-beta4</version>
</dependency>
For SBT:
libraryDependencies += "org.opencypher" % "spark-cypher" % "1.0.0-beta4"
spark-cypher-1.0.0-beta4-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.
Okapi and CAPS 1.0.0-beta3
This is the third beta release of the openCypher Okapi pipeline and Cypher for Apache Spark.
To use this release add the following dependencies to your pom
<dependency>
<groupId>org.opencypher</groupId>
<artifactId>spark-cypher</artifactId>
<version>1.0.0-beta3</version>
</dependency>
Okapi and CAPS 1.0.0-beta1
This is the first beta release of the openCypher Okapi pipeline and Cypher for Apache Spark.
To use this release add the following dependencies to your pom
<dependency>
<groupId>org.opencypher</groupId>
<artifactId>spark-cypher</artifactId>
<version>1.0.0-beta.1</version>
</dependency>