<dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j-graph-algo</artifactId> <version>5.23.0</version> </dependency>
implementation 'org.neo4j:neo4j-graph-algo:5.23.0'
implementation("org.neo4j:neo4j-graph-algo:5.23.0")
libraryDependencies += "org.neo4j" % "neo4j-graph-algo" % "5.23.0"
@Grapes( @Grab(group='org.neo4j', module='neo4j-graph-algo', version='5.23.0') )
<dependency org="org.neo4j" name="neo4j-graph-algo" rev="5.23.0" />
[org.neo4j/neo4j-graph-algo "5.23.0"]
'org.neo4j:neo4j-graph-algo:jar:5.23.0'
<parent> <groupId>org.neo4j</groupId> <artifactId>parent</artifactId> <version>5.23.0</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