f

front-end-parent-9.0

Project that builds the openCypher front end modules
https://www.opencypher.org
Apache License, Version 2.0
The openCypher team
Files download
File Operation
front-end-parent-9.0-9.0.20181012.pom download
Apache Maven
<dependency>
  <groupId>org.opencypher</groupId>
  <artifactId>front-end-parent-9.0</artifactId>
  <version>9.0.20181012</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.opencypher:front-end-parent-9.0:9.0.20181012'
Gradle Kotlin
implementation("org.opencypher:front-end-parent-9.0:9.0.20181012")
Scala SBT
libraryDependencies += "org.opencypher" % "front-end-parent-9.0" % "9.0.20181012"
Groovy Grape
@Grapes(
  @Grab(group='org.opencypher', module='front-end-parent-9.0', version='9.0.20181012')
)
Apache Ivy
<dependency org="org.opencypher" name="front-end-parent-9.0" rev="9.0.20181012" />
Leiningen
[org.opencypher/front-end-parent-9.0 "9.0.20181012"]
Apache Buildr
'org.opencypher:front-end-parent-9.0:jar:9.0.20181012'