n

neo4j

Provides a GORM Object Mapping implementation for the Neo4j Graph Database
https://gorm.grails.org/latest/neo4j
The Apache Software License, Version 2.0
Graeme Rocher Jeff Brown Burt Beckwith
Files download
File Operation
neo4j-7.2.0.pom download
neo4j-7.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.grails.plugins</groupId>
  <artifactId>neo4j</artifactId>
  <version>7.2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.grails.plugins:neo4j:7.2.0'
Gradle Kotlin
implementation("org.grails.plugins:neo4j:7.2.0")
Scala SBT
libraryDependencies += "org.grails.plugins" % "neo4j" % "7.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.grails.plugins', module='neo4j', version='7.2.0')
)
Apache Ivy
<dependency org="org.grails.plugins" name="neo4j" rev="7.2.0" />
Leiningen
[org.grails.plugins/neo4j "7.2.0"]
Apache Buildr
'org.grails.plugins:neo4j:jar:7.2.0'