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