c

collections-memory-estimation

Neo4j Graph Data Science :: Collections Memory Estimation
https://neo4j.com/
GNU General Public License, Version 3
The Neo4j team
Files download
File Operation
collections-memory-estimation-2.0.0-alpha04.jar download
collections-memory-estimation-2.0.0-alpha04.pom download
collections-memory-estimation-2.0.0-alpha04-sources.jar download
Apache Maven
<dependency>
  <groupId>org.neo4j.gds</groupId>
  <artifactId>collections-memory-estimation</artifactId>
  <version>2.0.0-alpha04</version>
</dependency>
Gradle Groovy
implementation 'org.neo4j.gds:collections-memory-estimation:2.0.0-alpha04'
Gradle Kotlin
implementation("org.neo4j.gds:collections-memory-estimation:2.0.0-alpha04")
Scala SBT
libraryDependencies += "org.neo4j.gds" % "collections-memory-estimation" % "2.0.0-alpha04"
Groovy Grape
@Grapes(
  @Grab(group='org.neo4j.gds', module='collections-memory-estimation', version='2.0.0-alpha04')
)
Apache Ivy
<dependency org="org.neo4j.gds" name="collections-memory-estimation" rev="2.0.0-alpha04" />
Leiningen
[org.neo4j.gds/collections-memory-estimation "2.0.0-alpha04"]
Apache Buildr
'org.neo4j.gds:collections-memory-estimation:jar:2.0.0-alpha04'