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