MVN

org.opencypher : grammar-demo

Maven & Gradle

Jul 11, 2023
819 stars

openCypher Grammar Demos · openCypher Grammar Demos

<dependency>
    <groupId>org.opencypher</groupId>
    <artifactId>grammar-demo</artifactId>
    <version>1.0.0-M23</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opencypher : grammar-demo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-M23

All Versions

Choose a version of org.opencypher : grammar-demo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
grammar-demo-1.0.0-M23
grammar-demo-1.0.0-M22
grammar-demo-1.0.0-M21
grammar-demo-1.0.0-M20
grammar-demo-1.0.0-M19

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opencypher</groupId>
    <artifactId>grammar-demo</artifactId>
    <version>1.0.0-M23</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opencypher : grammar-demo gradle dependency to your build.gradle file:

implementation 'org.opencypher:grammar-demo:1.0.0-M23'

Gradle Kotlin DSL: Add the following org.opencypher : grammar-demo gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opencypher:grammar-demo:1.0.0-M23")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opencypher : grammar-demo sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opencypher" % "grammar-demo" % "1.0.0-M23"

Advertisement