GORM for Neo4j

Provides a GORM Object Mapping implementation for the Neo4j Graph Database

License

License

Categories

Categories

Neo4J Data Databases Grails User Interface Web Frameworks
GroupId

GroupId

org.grails.plugins
ArtifactId

ArtifactId

neo4j
Last Version

Last Version

7.3.0
Release Date

Release Date

Type

Type

pom
Description

Description

GORM for Neo4j
Provides a GORM Object Mapping implementation for the Neo4j Graph Database
Project URL

Project URL

https://gorm.grails.org/latest/neo4j
Source Code Management

Source Code Management

https://github.com/grails/gorm-neo4j

Download neo4j

How to add to project

<!-- https://jarcasting.com/artifacts/org.grails.plugins/neo4j/ -->
<dependency>
    <groupId>org.grails.plugins</groupId>
    <artifactId>neo4j</artifactId>
    <version>7.3.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.grails.plugins/neo4j/
implementation 'org.grails.plugins:neo4j:7.3.0'
// https://jarcasting.com/artifacts/org.grails.plugins/neo4j/
implementation ("org.grails.plugins:neo4j:7.3.0")
'org.grails.plugins:neo4j:pom:7.3.0'
<dependency org="org.grails.plugins" name="neo4j" rev="7.3.0">
  <artifact name="neo4j" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.grails.plugins', module='neo4j', version='7.3.0')
)
libraryDependencies += "org.grails.plugins" % "neo4j" % "7.3.0"
[org.grails.plugins/neo4j "7.3.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.codehaus.groovy : groovy jar 3.0.11
org.grails : grails-datastore-gorm-support jar 7.3.2
org.grails : grails-datastore-gorm-neo4j jar 7.3.0

runtime (1)

Group / Artifact Type Version
org.grails : grails-datastore-web jar 7.3.2

Project Modules

There are no modules declared in this project.

Versions

Version
7.3.0
7.2.1
7.2.0
7.1.0
7.1.0-RC4
7.1.0.RC3
7.1.0.RC2
7.1.0.RC1