c

community-it

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