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