MVN

me.manishkatoch : scala-cypher-dsl

Maven & Gradle

Jul 08, 2019
43 stars

Scala Cypher DSL · A type safe DSL for writing Cypher Query Language in Scala.

<dependency>
    <groupId>me.manishkatoch</groupId>
    <artifactId>scala-cypher-dsl</artifactId>
    <version>0.4.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.manishkatoch : scala-cypher-dsl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.6

All Versions

Choose a version of me.manishkatoch : scala-cypher-dsl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
scala-cypher-dsl-0.4.6
scala-cypher-dsl-0.4.5
scala-cypher-dsl-0.4.4
scala-cypher-dsl-0.4.3
scala-cypher-dsl-0.4.2
scala-cypher-dsl-0.4.1
scala-cypher-dsl-0.4.0
0.3.x
scala-cypher-dsl-0.3.1
scala-cypher-dsl-0.3.0
0.2.x
scala-cypher-dsl-0.2.0
0.1.x
scala-cypher-dsl-0.1.2
scala-cypher-dsl-0.1.1
scala-cypher-dsl-0.1.0

How to add a dependency to Maven

Add the following me.manishkatoch : scala-cypher-dsl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.manishkatoch</groupId>
    <artifactId>scala-cypher-dsl</artifactId>
    <version>0.4.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.manishkatoch : scala-cypher-dsl gradle dependency to your build.gradle file:

implementation 'me.manishkatoch:scala-cypher-dsl:0.4.6'

Gradle Kotlin DSL: Add the following me.manishkatoch : scala-cypher-dsl gradle kotlin dependency to your build.gradle.kts file:

implementation("me.manishkatoch:scala-cypher-dsl:0.4.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.manishkatoch : scala-cypher-dsl sbt scala dependency to your build.sbt file:

libraryDependencies += "me.manishkatoch" % "scala-cypher-dsl" % "0.4.6"

Advertisement