is not current version
Last Version 3.5.4.0

org.neo4j:graph-algorithms-algo 3.4.12.2

Efficient Graph Algorithms for Neo4j

Categories

Categories

Neo4J Data Databases
GroupId

GroupId

org.neo4j
ArtifactId

ArtifactId

graph-algorithms-algo
Version

Version

3.4.12.2
Type

Type

jar

Download graph-algorithms-algo 3.4.12.2


<!-- https://jarcasting.com/artifacts/org.neo4j/graph-algorithms-algo/ -->
<dependency>
    <groupId>org.neo4j</groupId>
    <artifactId>graph-algorithms-algo</artifactId>
    <version>3.4.12.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/graph-algorithms-algo/
implementation 'org.neo4j:graph-algorithms-algo:3.4.12.2'
// https://jarcasting.com/artifacts/org.neo4j/graph-algorithms-algo/
implementation ("org.neo4j:graph-algorithms-algo:3.4.12.2")
'org.neo4j:graph-algorithms-algo:jar:3.4.12.2'
<dependency org="org.neo4j" name="graph-algorithms-algo" rev="3.4.12.2">
  <artifact name="graph-algorithms-algo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='graph-algorithms-algo', version='3.4.12.2')
)
libraryDependencies += "org.neo4j" % "graph-algorithms-algo" % "3.4.12.2"
[org.neo4j/graph-algorithms-algo "3.4.12.2"]