is not current version
Last Version 3.5.4.0

org.neo4j:graph-algorithms-core 3.5.3.3

Efficient Graph Algorithms for Neo4j - Core Implementation

Categories

Categories

Neo4J Data Databases
GroupId

GroupId

org.neo4j
ArtifactId

ArtifactId

graph-algorithms-core
Version

Version

3.5.3.3
Type

Type

jar

Download graph-algorithms-core 3.5.3.3


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