How to install the Java artifact org.neo4j.procedure-compiler with Maven
Java
Maven
pom.xml
org.neo4j
procedure-compiler
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>procedure-compiler</artifactId>
<version>4.2.1</version>
</dependency>
/dependencies>