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