MVN

com.graphaware.neo4j.example : performance-testing

Maven & Gradle

Apr 03, 2020
245 stars

GraphAware Neo4j Performance Test Examples · Example of a Neo4j Performance Test with GraphAware Framework

<dependency>
    <groupId>com.graphaware.neo4j.example</groupId>
    <artifactId>performance-testing</artifactId>
    <version>3.5.14.58</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.graphaware.neo4j.example : performance-testing to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5.14.58
  • Latest Beta: 3.5.0.53-beta03

All Versions

Choose a version of com.graphaware.neo4j.example : performance-testing to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.5.x
performance-testing-3.5.14.58
performance-testing-3.5.14.57
performance-testing-3.5.14.56
performance-testing-3.5.14.55
performance-testing-3.5.13.55
performance-testing-3.5.12.55
performance-testing-3.5.11.55
performance-testing-3.5.11.54
performance-testing-3.5.10.54
performance-testing-3.5.9.54
performance-testing-3.5.8.54
performance-testing-3.5.7.54
performance-testing-3.5.6.54
performance-testing-3.5.5.53
performance-testing-3.5.4.53
performance-testing-3.5.3.53
performance-testing-3.5.2.53
performance-testing-3.5.1.53
performance-testing-3.5.0.53
performance-testing-3.5.0.53-beta03
performance-testing-3.5.0.53-beta02
3.4.x
performance-testing-3.4.12.52
performance-testing-3.4.9.52
performance-testing-3.4.8.52
performance-testing-3.4.7.52
performance-testing-3.4.6.52
performance-testing-3.4.5.52
performance-testing-3.4.3.52
performance-testing-3.4.0.52
3.3.x
performance-testing-3.3.5.52
performance-testing-3.3.4.52
performance-testing-3.3.3.52
performance-testing-3.3.2.52
performance-testing-3.3.2.51
performance-testing-3.3.1.51
performance-testing-3.3.0.51
3.2.x
performance-testing-3.2.6.51
performance-testing-3.2.5.51
performance-testing-3.2.3.51
performance-testing-3.2.1.51
performance-testing-3.2.1.50
3.1.x
performance-testing-3.1.4.49
performance-testing-3.1.3.48
performance-testing-3.1.3.47
performance-testing-3.1.3.46
performance-testing-3.1.3.45
performance-testing-3.1.0.44
3.0.x
performance-testing-3.0.8.44
performance-testing-3.0.7.44
performance-testing-3.0.6.43
performance-testing-3.0.4.43
performance-testing-3.0.4.42
performance-testing-3.0.4.41
performance-testing-3.0.3.39
performance-testing-3.0.2.39
performance-testing-3.0.1.38
performance-testing-3.0.0.38
performance-testing-3.0.0.37
2.3.x
performance-testing-2.3.3.37
performance-testing-2.3.2.37
performance-testing-2.3.1.37
performance-testing-2.3.1.36
performance-testing-2.3.1.35
performance-testing-2.3.0.35
2.2.x
performance-testing-2.2.6.35
performance-testing-2.2.5.35
performance-testing-2.2.5.34
performance-testing-2.2.4.34
performance-testing-2.2.2.33
performance-testing-2.2.2.32
performance-testing-2.2.2.31
performance-testing-2.2.1.30
performance-testing-2.2.0.30
performance-testing-2.2.0.29

How to add a dependency to Maven

Add the following com.graphaware.neo4j.example : performance-testing maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.graphaware.neo4j.example</groupId>
    <artifactId>performance-testing</artifactId>
    <version>3.5.14.58</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.graphaware.neo4j.example : performance-testing gradle dependency to your build.gradle file:

implementation 'com.graphaware.neo4j.example:performance-testing:3.5.14.58'

Gradle Kotlin DSL: Add the following com.graphaware.neo4j.example : performance-testing gradle kotlin dependency to your build.gradle.kts file:

implementation("com.graphaware.neo4j.example:performance-testing:3.5.14.58")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.graphaware.neo4j.example : performance-testing sbt scala dependency to your build.sbt file:

libraryDependencies += "com.graphaware.neo4j.example" % "performance-testing" % "3.5.14.58"