How to install the Java artifact org.neo4j.neo4j-expressions-4.0 with Maven
Java
Maven
pom.xml
org.neo4j
neo4j-expressions-4.0
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-expressions-4.0</artifactId>
<version>4.0.10</version>
</dependency>
/dependencies>