<dependency> <groupId>org.neo4j.gds</groupId> <artifactId>cypher-aggregation</artifactId> <version>2.3.8</version> </dependency>
implementation 'org.neo4j.gds:cypher-aggregation:2.3.8'
implementation("org.neo4j.gds:cypher-aggregation:2.3.8")
libraryDependencies += "org.neo4j.gds" % "cypher-aggregation" % "2.3.8"
@Grapes( @Grab(group='org.neo4j.gds', module='cypher-aggregation', version='2.3.8') )
<dependency org="org.neo4j.gds" name="cypher-aggregation" rev="2.3.8" />
[org.neo4j.gds/cypher-aggregation "2.3.8"]
'org.neo4j.gds:cypher-aggregation:jar:2.3.8'
runtime
|-- org.neo4j.gds:annotations:2.3.8
|-- org.neo4j.gds:config-api:2.3.8
|-- org.neo4j.gds:core:2.3.8
|-- org.neo4j.gds:graph-schema-api:2.3.8
|-- org.neo4j.gds:proc-common:2.3.8
|-- org.neo4j.gds:string-formatting:2.3.8
|-- org.openjdk.jol:jol-core:0.16
|-- org.opencypher:cypher-javacc-parser-9.0:9.0.20210312
|-- org.hdrhistogram:HdrHistogram:2.1.12