c

community-integration-tests

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