c

cypher-aggregation

Neo4j Graph Data Science :: GDS Cypher Aggregation
https://neo4j.com/
GNU General Public License, Version 3
Team Graph Data Science, Neo4j
Files download
File Operation
cypher-aggregation-2.5.0-alpha02.jar download
cypher-aggregation-2.5.0-alpha02.pom download
cypher-aggregation-2.5.0-alpha02-sources.jar download
Apache Maven
<dependency>
  <groupId>org.neo4j.gds</groupId>
  <artifactId>cypher-aggregation</artifactId>
  <version>2.5.0-alpha02</version>
</dependency>
Gradle Groovy
implementation 'org.neo4j.gds:cypher-aggregation:2.5.0-alpha02'
Gradle Kotlin
implementation("org.neo4j.gds:cypher-aggregation:2.5.0-alpha02")
Scala SBT
libraryDependencies += "org.neo4j.gds" % "cypher-aggregation" % "2.5.0-alpha02"
Groovy Grape
@Grapes(
  @Grab(group='org.neo4j.gds', module='cypher-aggregation', version='2.5.0-alpha02')
)
Apache Ivy
<dependency org="org.neo4j.gds" name="cypher-aggregation" rev="2.5.0-alpha02" />
Leiningen
[org.neo4j.gds/cypher-aggregation "2.5.0-alpha02"]
Apache Buildr
'org.neo4j.gds:cypher-aggregation:jar:2.5.0-alpha02'