Categories |
CategoriesNeo4J Data Databases |
---|---|
GroupId | GroupIdorg.neo4j |
ArtifactId | ArtifactIdgraph-algorithms-algo |
Version | Version3.5.3.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.neo4j/graph-algorithms-algo/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>graph-algorithms-algo</artifactId>
<version>3.5.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/graph-algorithms-algo/
implementation 'org.neo4j:graph-algorithms-algo:3.5.3.4'
// https://jarcasting.com/artifacts/org.neo4j/graph-algorithms-algo/
implementation ("org.neo4j:graph-algorithms-algo:3.5.3.4")
'org.neo4j:graph-algorithms-algo:jar:3.5.3.4'
<dependency org="org.neo4j" name="graph-algorithms-algo" rev="3.5.3.4">
<artifact name="graph-algorithms-algo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='graph-algorithms-algo', version='3.5.3.4')
)
libraryDependencies += "org.neo4j" % "graph-algorithms-algo" % "3.5.3.4"
[org.neo4j/graph-algorithms-algo "3.5.3.4"]