Files download
File Operation
graph-sampling-2.6.0-alpha02.jar download
graph-sampling-2.6.0-alpha02.pom download
graph-sampling-2.6.0-alpha02-sources.jar download
Apache Maven
<dependency>
  <groupId>org.neo4j.gds</groupId>
  <artifactId>graph-sampling</artifactId>
  <version>2.6.0-alpha02</version>
</dependency>
Gradle Groovy
implementation 'org.neo4j.gds:graph-sampling:2.6.0-alpha02'
Gradle Kotlin
implementation("org.neo4j.gds:graph-sampling:2.6.0-alpha02")
Scala SBT
libraryDependencies += "org.neo4j.gds" % "graph-sampling" % "2.6.0-alpha02"
Groovy Grape
@Grapes(
  @Grab(group='org.neo4j.gds', module='graph-sampling', version='2.6.0-alpha02')
)
Apache Ivy
<dependency org="org.neo4j.gds" name="graph-sampling" rev="2.6.0-alpha02" />
Leiningen
[org.neo4j.gds/graph-sampling "2.6.0-alpha02"]
Apache Buildr
'org.neo4j.gds:graph-sampling:jar:2.6.0-alpha02'