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