c

community-integration-tests

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