Categories |
CategoriesNeo4J Data Databases |
---|---|
GroupId | GroupIdorg.neo4j |
ArtifactId | ArtifactIdneo4j-graph-algo |
Version | Version1.9.6 |
Type | Typejar |
Filename | Size |
---|---|
neo4j-graph-algo-1.9.6.pom | |
neo4j-graph-algo-1.9.6.jar | 156 KB |
neo4j-graph-algo-1.9.6-tests.jar | 167 KB |
neo4j-graph-algo-1.9.6-test-sources.jar | 83 KB |
neo4j-graph-algo-1.9.6-sources.jar | 118 KB |
neo4j-graph-algo-1.9.6-javadoc.jar | 57 KB |
neo4j-graph-algo-1.9.6-docs.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.neo4j/neo4j-graph-algo/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-graph-algo</artifactId>
<version>1.9.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/neo4j-graph-algo/
implementation 'org.neo4j:neo4j-graph-algo:1.9.6'
// https://jarcasting.com/artifacts/org.neo4j/neo4j-graph-algo/
implementation ("org.neo4j:neo4j-graph-algo:1.9.6")
'org.neo4j:neo4j-graph-algo:jar:1.9.6'
<dependency org="org.neo4j" name="neo4j-graph-algo" rev="1.9.6">
<artifact name="neo4j-graph-algo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='neo4j-graph-algo', version='1.9.6')
)
libraryDependencies += "org.neo4j" % "neo4j-graph-algo" % "1.9.6"
[org.neo4j/neo4j-graph-algo "1.9.6"]