n

neo4j-slf4j-it

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