| License |
License |
|---|---|
| Categories |
CategoriesNeo4J Data Databases Grails User Interface Web Frameworks |
| GroupId | GroupIdorg.grails.plugins |
| ArtifactId | ArtifactIdneo4j |
| Last Version | Last Version7.3.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionGORM for Neo4j
Provides a GORM Object Mapping implementation for the Neo4j Graph Database
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| neo4j-7.3.0.pom | |
| neo4j-7.3.0-sources.jar | 13 KB |
| neo4j-7.3.0-plugin.xml | 1 KB |
| neo4j-7.3.0-plain.jar | 63 KB |
| neo4j-7.3.0-javadoc.jar | 92 KB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.grails : grails-datastore-web | jar | 7.3.2 |