<dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j-slf4j</artifactId> <version>3.2.3</version> </dependency>
implementation 'org.neo4j:neo4j-slf4j:3.2.3'
implementation("org.neo4j:neo4j-slf4j:3.2.3")
libraryDependencies += "org.neo4j" % "neo4j-slf4j" % "3.2.3"
@Grapes( @Grab(group='org.neo4j', module='neo4j-slf4j', version='3.2.3') )
<dependency org="org.neo4j" name="neo4j-slf4j" rev="3.2.3" />
[org.neo4j/neo4j-slf4j "3.2.3"]
'org.neo4j:neo4j-slf4j:jar:3.2.3'
<parent> <groupId>org.neo4j</groupId> <artifactId>parent</artifactId> <version>3.2.3</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