cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

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: 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?

1 ACCEPTED SOLUTION

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.

View solution in original post

1 REPLY 1

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.