Categories |
CategoriesNeo4J Data Databases ORM |
---|---|
GroupId | GroupIdcom.graphaware.neo4j.example |
ArtifactId | ArtifactIdperformance-testing |
Version | Version3.0.6.43 |
Type | Typejar |
Filename | Size |
---|---|
performance-testing-3.0.6.43.pom | |
performance-testing-3.0.6.43.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.graphaware.neo4j.example/performance-testing/ -->
<dependency>
<groupId>com.graphaware.neo4j.example</groupId>
<artifactId>performance-testing</artifactId>
<version>3.0.6.43</version>
</dependency>
// https://jarcasting.com/artifacts/com.graphaware.neo4j.example/performance-testing/
implementation 'com.graphaware.neo4j.example:performance-testing:3.0.6.43'
// https://jarcasting.com/artifacts/com.graphaware.neo4j.example/performance-testing/
implementation ("com.graphaware.neo4j.example:performance-testing:3.0.6.43")
'com.graphaware.neo4j.example:performance-testing:jar:3.0.6.43'
<dependency org="com.graphaware.neo4j.example" name="performance-testing" rev="3.0.6.43">
<artifact name="performance-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.graphaware.neo4j.example', module='performance-testing', version='3.0.6.43')
)
libraryDependencies += "com.graphaware.neo4j.example" % "performance-testing" % "3.0.6.43"
[com.graphaware.neo4j.example/performance-testing "3.0.6.43"]