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