m

maple-dsl-cypher

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