Scala Cypher DSL

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

License

License

Categories

Categories

Scala Languages
GroupId

GroupId

me.manishkatoch
ArtifactId

ArtifactId

scala-cypher-dsl
Last Version

Last Version

0.4.6
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/manishkkatoch/scala-cypher-dsl
Source Code Management

Source Code Management

https://github.com/manishkkatoch/scala-cypher-dsl

Download scala-cypher-dsl

How to add to project

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

Dependencies

runtime (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.9
org.scala-lang : scala-compiler jar 2.11.9
org.scala-lang : scala-reflect jar 2.11.9
com.chuusai : shapeless_2.11 jar 2.3.0

test (2)

Group / Artifact Type Version
org.scalatest : scalatest_2.11 jar 3.0.1
org.pegdown : pegdown jar 1.4.2

Project Modules

There are no modules declared in this project.

Versions

Version
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0