Driver Neo4j to Java in JAR

Hello everyone, I would like to know where can find the neo4j driver to java in .jar format. I have found settings in Maven, Gradle and Grails at this link: Using Neo4j from Java - Developer Guides.

However, I don't use them and would like to get the driver in the .jar format to place it in the Eclipse IDE. Does anyone know where I can find it?

You can download it e.g. from maven central: https://repo1.maven.org/maven2/org/neo4j/driver/neo4j-java-driver/4.1.1/neo4j-java-driver-4.1.1.jar

But you really should consider using a dependency management tool like maven or gradle for your builds. Doing that manually is error prone and boring IMO.

1 Like