is not current version
Last Version 0.4.6

me.manishkatoch:scala-cypher-dsl 0.1.2

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

Categories

Categories

Scala Languages
GroupId

GroupId

me.manishkatoch
ArtifactId

ArtifactId

scala-cypher-dsl
Version

Version

0.1.2
Type

Type

jar

Download scala-cypher-dsl 0.1.2


<!-- https://jarcasting.com/artifacts/me.manishkatoch/scala-cypher-dsl/ -->
<dependency>
    <groupId>me.manishkatoch</groupId>
    <artifactId>scala-cypher-dsl</artifactId>
    <version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/me.manishkatoch/scala-cypher-dsl/
implementation 'me.manishkatoch:scala-cypher-dsl:0.1.2'
// https://jarcasting.com/artifacts/me.manishkatoch/scala-cypher-dsl/
implementation ("me.manishkatoch:scala-cypher-dsl:0.1.2")
'me.manishkatoch:scala-cypher-dsl:jar:0.1.2'
<dependency org="me.manishkatoch" name="scala-cypher-dsl" rev="0.1.2">
  <artifact name="scala-cypher-dsl" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.manishkatoch', module='scala-cypher-dsl', version='0.1.2')
)
libraryDependencies += "me.manishkatoch" % "scala-cypher-dsl" % "0.1.2"
[me.manishkatoch/scala-cypher-dsl "0.1.2"]