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