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