o

ongdb-front-end-parent-3.6

Project that builds the openCypher front end modules
https://ongdb.graphfoundation.org/${project.artifactId}/${project.version}
文件下载
文件名 操作
ongdb-front-end-parent-3.6-3.6.0.pom 下载
Apache Maven
<dependency>
  <groupId>org.graphfoundation.ongdb</groupId>
  <artifactId>ongdb-front-end-parent-3.6</artifactId>
  <version>3.6.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.graphfoundation.ongdb:ongdb-front-end-parent-3.6:3.6.0'
Gradle Kotlin
implementation("org.graphfoundation.ongdb:ongdb-front-end-parent-3.6:3.6.0")
Scala SBT
libraryDependencies += "org.graphfoundation.ongdb" % "ongdb-front-end-parent-3.6" % "3.6.0"
Groovy Grape
@Grapes(
  @Grab(group='org.graphfoundation.ongdb', module='ongdb-front-end-parent-3.6', version='3.6.0')
)
Apache Ivy
<dependency org="org.graphfoundation.ongdb" name="ongdb-front-end-parent-3.6" rev="3.6.0" />
Leiningen
[org.graphfoundation.ongdb/ongdb-front-end-parent-3.6 "3.6.0"]
Apache Buildr
'org.graphfoundation.ongdb:ongdb-front-end-parent-3.6:jar:3.6.0'