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