MVN

com.graphaware.neo4j : tests

Maven & Gradle

Nov 18, 2020
29 usages

GraphAware Tests · Tools for testing Neo4j-related and GraphAware-related code

<dependency>
    <groupId>com.graphaware.neo4j</groupId>
    <artifactId>tests</artifactId>
    <version>4.2.0.58</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
4.2.x
tests-4.2.0.58
4.1.x
tests-4.1.4.58
4.0.x
tests-4.0.9.58
tests-4.0.8.58
3.5.x
tests-3.5.14.58
tests-3.5.14.57
tests-3.5.14.56
tests-3.5.14.55
tests-3.5.13.55
tests-3.5.12.55
tests-3.5.11.55
tests-3.5.11.54
tests-3.5.10.54
tests-3.5.9.54
tests-3.5.8.54
tests-3.5.7.54
tests-3.5.6.54
tests-3.5.5.53
tests-3.5.4.53
tests-3.5.3.53
tests-3.5.2.53
tests-3.5.1.53
tests-3.5.0.53
tests-3.5.0.53-beta03
tests-3.5.0.53-beta02
3.4.x
tests-3.4.12.52
tests-3.4.9.52
tests-3.4.8.52
tests-3.4.7.52
tests-3.4.6.52
tests-3.4.5.52
tests-3.4.3.52
tests-3.4.0.52
3.3.x
tests-3.3.5.52
tests-3.3.4.52
tests-3.3.3.52
tests-3.3.2.52
tests-3.3.2.51
tests-3.3.1.51
tests-3.3.0.51
3.2.x
tests-3.2.6.51
tests-3.2.5.51
tests-3.2.3.51
tests-3.2.1.51
tests-3.2.1.50
3.1.x
tests-3.1.4.49
tests-3.1.3.48
tests-3.1.3.47
tests-3.1.3.46
tests-3.1.3.45
tests-3.1.0.44
3.0.x
tests-3.0.8.44
tests-3.0.7.44
tests-3.0.6.43
tests-3.0.4.43
tests-3.0.4.42
tests-3.0.4.41
tests-3.0.3.39
tests-3.0.2.39
tests-3.0.1.38
tests-3.0.0.38
tests-3.0.0.37
2.3.x
tests-2.3.3.37
tests-2.3.2.37
tests-2.3.1.37
tests-2.3.1.36
tests-2.3.1.35
tests-2.3.0.35
2.2.x
tests-2.2.6.35
tests-2.2.5.35
tests-2.2.5.34
tests-2.2.4.34
tests-2.2.2.33
tests-2.2.2.32
tests-2.2.2.31
tests-2.2.1.30
tests-2.2.0.30
tests-2.2.0.29
tests-2.2.0.28
2.1.x
tests-2.1.7.28
tests-2.1.6.27
tests-2.1.6.26
tests-2.1.5.25
tests-2.1.5.24
tests-2.1.5.22
tests-2.1.5.21
tests-2.1.5.20
tests-2.1.4.19
tests-2.1.4.18
tests-2.1.4.17
tests-2.1.3.15
tests-2.1.3.14
tests-2.1.3.11
tests-2.1.3.10
tests-2.1.2.9
tests-2.1.2.7
tests-2.1.1.6
2.0.x
tests-2.0.3.6
tests-2.0.3.5
tests-2.0.3.4
tests-2.0.3.3
tests-2.0.3.2
tests-2.0.3.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.graphaware.neo4j</groupId>
    <artifactId>tests</artifactId>
    <version>4.2.0.58</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.graphaware.neo4j : tests gradle dependency to your build.gradle file:

implementation 'com.graphaware.neo4j:tests:4.2.0.58'

Gradle Kotlin DSL: Add the following com.graphaware.neo4j : tests gradle kotlin dependency to your build.gradle.kts file:

implementation("com.graphaware.neo4j:tests:4.2.0.58")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.graphaware.neo4j : tests sbt scala dependency to your build.sbt file:

libraryDependencies += "com.graphaware.neo4j" % "tests" % "4.2.0.58"

Advertisement