<dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j-graph-algo</artifactId> <version>5.24.1</version> </dependency>
implementation 'org.neo4j:neo4j-graph-algo:5.24.1'
implementation("org.neo4j:neo4j-graph-algo:5.24.1")
libraryDependencies += "org.neo4j" % "neo4j-graph-algo" % "5.24.1"
@Grapes( @Grab(group='org.neo4j', module='neo4j-graph-algo', version='5.24.1') )
<dependency org="org.neo4j" name="neo4j-graph-algo" rev="5.24.1" />
[org.neo4j/neo4j-graph-algo "5.24.1"]
'org.neo4j:neo4j-graph-algo:jar:5.24.1'
<parent> <groupId>org.neo4j</groupId> <artifactId>parent</artifactId> <version>5.24.1</version> </parent>
compile
|-- org.neo4j:annotations
|-- org.neo4j:neo4j-kernel
|-- org.junit.jupiter:junit-jupiter
|-- org.mockito:mockito-core
|-- org.assertj:assertj-core
|-- org.neo4j:neo4j-cypher-runtime-util