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