Categories |
CategoriesNeo4J Data Databases |
---|---|
GroupId | GroupIdcom.graphaware.neo4j |
ArtifactId | ArtifactIdtests |
Version | Version3.1.3.47 |
Type | Typejar |
Filename | Size |
---|---|
tests-3.1.3.47.pom | |
tests-3.1.3.47.jar | 68 KB |
tests-3.1.3.47-sources.jar | 60 KB |
tests-3.1.3.47-javadoc.jar | 230 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.graphaware.neo4j/tests/ -->
<dependency>
<groupId>com.graphaware.neo4j</groupId>
<artifactId>tests</artifactId>
<version>3.1.3.47</version>
</dependency>
// https://jarcasting.com/artifacts/com.graphaware.neo4j/tests/
implementation 'com.graphaware.neo4j:tests:3.1.3.47'
// https://jarcasting.com/artifacts/com.graphaware.neo4j/tests/
implementation ("com.graphaware.neo4j:tests:3.1.3.47")
'com.graphaware.neo4j:tests:jar:3.1.3.47'
<dependency org="com.graphaware.neo4j" name="tests" rev="3.1.3.47">
<artifact name="tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.graphaware.neo4j', module='tests', version='3.1.3.47')
)
libraryDependencies += "com.graphaware.neo4j" % "tests" % "3.1.3.47"
[com.graphaware.neo4j/tests "3.1.3.47"]