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