<dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j-slf4j</artifactId> <version>3.2.5</version> </dependency>
implementation 'org.neo4j:neo4j-slf4j:3.2.5'
implementation("org.neo4j:neo4j-slf4j:3.2.5")
libraryDependencies += "org.neo4j" % "neo4j-slf4j" % "3.2.5"
@Grapes( @Grab(group='org.neo4j', module='neo4j-slf4j', version='3.2.5') )
<dependency org="org.neo4j" name="neo4j-slf4j" rev="3.2.5" />
[org.neo4j/neo4j-slf4j "3.2.5"]
'org.neo4j:neo4j-slf4j:jar:3.2.5'
<parent> <groupId>org.neo4j</groupId> <artifactId>parent</artifactId> <version>3.2.5</version> </parent>
compile
|-- org.neo4j:neo4j-logging
|-- org.slf4j:slf4j-api:1.7.7
|-- com.google.code.findbugs:annotations
test
|-- org.slf4j:slf4j-log4j12:1.7.7
|-- junit:junit
|-- org.hamcrest:hamcrest-core
|-- org.hamcrest:hamcrest-library