The Neo4j Java Driver provides access to the Neo4j graph database using the Bolt protocol.
<dependency>
<groupId>org.neo4j.driver</groupId>
<artifactId>neo4j-java-driver</artifactId>
<version>6.0.5</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connect to Neo4j and run a simple Cypher query.
Use `Config.builder().withFetchSize(1000).build()` for blocking behavior.
No dependency data recorded yet.