c

community-it

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