Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
08-12-2020 04:19 AM
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: https://neo4j.com/developer/java/.
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?
Solved! Go to Solution.
08-13-2020 07:00 AM
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.
08-13-2020 07:00 AM
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.
All the sessions of the conference are now available online