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