MVN

org.opencypher : spark-cypher-jmh

Maven & Gradle

Apr 12, 2019
329 stars

Micro benchmarks for Cypher for Apache Spark · Micro benchmarks for Cypher for Apache Spark

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

Latest Version

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

  • Latest Stable: 0.3.2

All Versions

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

Version Vulnerabilities Updated
0.3.x
spark-cypher-jmh-0.3.2
spark-cypher-jmh-0.3.1
spark-cypher-jmh-0.3.0
0.2.x
spark-cypher-jmh-0.2.7
spark-cypher-jmh-0.2.6
spark-cypher-jmh-0.2.5
spark-cypher-jmh-0.2.4

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement