MVN

org.opencypher : spark-cypher-testing

Maven & Gradle

Apr 12, 2019
3 usages
329 stars

Cypher for Apache Spark - Test Utilities · Cypher for Apache Spark - Test Utilities

<dependency>
    <groupId>org.opencypher</groupId>
    <artifactId>spark-cypher-testing</artifactId>
    <version>0.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opencypher : spark-cypher-testing to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.2

All Versions

Choose a version of org.opencypher : spark-cypher-testing to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
spark-cypher-testing-0.3.2
spark-cypher-testing-0.3.1
spark-cypher-testing-0.3.0
0.2.x
spark-cypher-testing-0.2.7
spark-cypher-testing-0.2.6
spark-cypher-testing-0.2.5
spark-cypher-testing-0.2.4
spark-cypher-testing-0.2.3
spark-cypher-testing-0.2.2
spark-cypher-testing-0.2.1
spark-cypher-testing-0.2.0
0.1.x
spark-cypher-testing-0.1.9
spark-cypher-testing-0.1.8
spark-cypher-testing-0.1.7
spark-cypher-testing-0.1.6
spark-cypher-testing-0.1.5
spark-cypher-testing-0.1.4
spark-cypher-testing-0.1.3
spark-cypher-testing-0.1.2
spark-cypher-testing-0.1.1
spark-cypher-testing-0.1.0

How to add a dependency to Maven

Add the following org.opencypher : spark-cypher-testing maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.opencypher</groupId>
    <artifactId>spark-cypher-testing</artifactId>
    <version>0.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opencypher : spark-cypher-testing gradle dependency to your build.gradle file:

implementation 'org.opencypher:spark-cypher-testing:0.3.2'

Gradle Kotlin DSL: Add the following org.opencypher : spark-cypher-testing gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opencypher:spark-cypher-testing:0.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opencypher : spark-cypher-testing sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opencypher" % "spark-cypher-testing" % "0.3.2"

Advertisement