Releases: grapheco/neo4panda
Releases · grapheco/neo4panda
A release for panda 0.5.0-beta and neo4j 4.4.32.
This is a release for panda 0.5.0-beta and neo4j 4.4.32.
It can be used as to replace following neo4j part of pom with neo4panda part of pom.
The to be replaced neo4j part is:
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j</artifactId>
<version> 4.4.32 </version>
</dependency>
The neo4panda part is:
<dependency>
<groupId>org.grapheco</groupId>
<artifactId>neo4panda</artifactId>
<version>0.5.0-beta</version>
</dependency>