c

community-integration-tests

Neo4j community edition integration tests modules.
GNU General Public License, Version 3
Files download
File Operation
community-integration-tests-4.3.1.pom download
Apache Maven
<dependency>
  <groupId>org.neo4j</groupId>
  <artifactId>community-integration-tests</artifactId>
  <version>4.3.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.neo4j:community-integration-tests:4.3.1'
Gradle Kotlin
implementation("org.neo4j:community-integration-tests:4.3.1")
Scala SBT
libraryDependencies += "org.neo4j" % "community-integration-tests" % "4.3.1"
Groovy Grape
@Grapes(
  @Grab(group='org.neo4j', module='community-integration-tests', version='4.3.1')
)
Apache Ivy
<dependency org="org.neo4j" name="community-integration-tests" rev="4.3.1" />
Leiningen
[org.neo4j/community-integration-tests "4.3.1"]
Apache Buildr
'org.neo4j:community-integration-tests:jar:4.3.1'