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