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