is not current version
Last Version 3.5.4.0

org.neo4j:graph-algorithms-parent 3.4.12.5

Efficient Graph Algorithms for Neo4j

Categories

Categories

Neo4J Data Databases
GroupId

GroupId

org.neo4j
ArtifactId

ArtifactId

graph-algorithms-parent
Version

Version

3.4.12.5
Type

Type

pom

Download graph-algorithms-parent 3.4.12.5


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