не последняя версия
Последняя версия 7.3.0

org.grails.plugins:neo4j 7.1.0.RC3

Provides a GORM Object Mapping implementation for the Neo4j Graph Database

Категории

Категории

Neo4J Данные Базы данных Grails Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

org.grails.plugins
Идентификатор

Идентификатор

neo4j
Версия

Версия

7.1.0.RC3
Тип

Тип

pom

Скачать neo4j 7.1.0.RC3


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