Skip to content

Releases: grapheco/neo4panda

A release for panda 0.5.0-beta and neo4j 4.4.32.

15 Jul 01:29
Compare
Choose a tag to compare

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>