Categories |
CategoriesNeo4J Data Databases |
---|---|
GroupId | GroupIdcom.graphaware.neo4j.example |
ArtifactId | ArtifactIdintegration-testing |
Version | Version3.4.9.52 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.graphaware.neo4j.example/integration-testing/ -->
<dependency>
<groupId>com.graphaware.neo4j.example</groupId>
<artifactId>integration-testing</artifactId>
<version>3.4.9.52</version>
</dependency>
// https://jarcasting.com/artifacts/com.graphaware.neo4j.example/integration-testing/
implementation 'com.graphaware.neo4j.example:integration-testing:3.4.9.52'
// https://jarcasting.com/artifacts/com.graphaware.neo4j.example/integration-testing/
implementation ("com.graphaware.neo4j.example:integration-testing:3.4.9.52")
'com.graphaware.neo4j.example:integration-testing:jar:3.4.9.52'
<dependency org="com.graphaware.neo4j.example" name="integration-testing" rev="3.4.9.52">
<artifact name="integration-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.graphaware.neo4j.example', module='integration-testing', version='3.4.9.52')
)
libraryDependencies += "com.graphaware.neo4j.example" % "integration-testing" % "3.4.9.52"
[com.graphaware.neo4j.example/integration-testing "3.4.9.52"]