文件下载
文件名 操作
cypher-ast-factory-5.19.0.jar 下载
cypher-ast-factory-5.19.0.pom 下载
cypher-ast-factory-5.19.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.neo4j</groupId>
  <artifactId>cypher-ast-factory</artifactId>
  <version>5.19.0</version>
</dependency>
Gradle Groovy
implementation 'org.neo4j:cypher-ast-factory:5.19.0'
Gradle Kotlin
implementation("org.neo4j:cypher-ast-factory:5.19.0")
Scala SBT
libraryDependencies += "org.neo4j" % "cypher-ast-factory" % "5.19.0"
Groovy Grape
@Grapes(
  @Grab(group='org.neo4j', module='cypher-ast-factory', version='5.19.0')
)
Apache Ivy
<dependency org="org.neo4j" name="cypher-ast-factory" rev="5.19.0" />
Leiningen
[org.neo4j/cypher-ast-factory "5.19.0"]
Apache Buildr
'org.neo4j:cypher-ast-factory:jar:5.19.0'