m

maple-cypher-dsl

Files download
File Operation
maple-cypher-dsl-0.1.0.jar download
maple-cypher-dsl-0.1.0.pom download
maple-cypher-dsl-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.maple-dsl</groupId>
  <artifactId>maple-cypher-dsl</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.maple-dsl:maple-cypher-dsl:0.1.0'
Gradle Kotlin
implementation("io.github.maple-dsl:maple-cypher-dsl:0.1.0")
Scala SBT
libraryDependencies += "io.github.maple-dsl" % "maple-cypher-dsl" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.maple-dsl', module='maple-cypher-dsl', version='0.1.0')
)
Apache Ivy
<dependency org="io.github.maple-dsl" name="maple-cypher-dsl" rev="0.1.0" />
Leiningen
[io.github.maple-dsl/maple-cypher-dsl "0.1.0"]
Apache Buildr
'io.github.maple-dsl:maple-cypher-dsl:jar:0.1.0'