не последняя версия
Последняя версия 6.1.9.RELEASE

org.grails:grails-datastore-gorm-hibernate-core 2.0.0.M4

GORM - Grails Data Access Framework

Категории

Категории

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

Группа

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

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

grails-datastore-gorm-hibernate-core
Версия

Версия

2.0.0.M4
Тип

Тип

jar

Скачать grails-datastore-gorm-hibernate-core 2.0.0.M4


<!-- https://jarcasting.com/artifacts/org.grails/grails-datastore-gorm-hibernate-core/ -->
<dependency>
    <groupId>org.grails</groupId>
    <artifactId>grails-datastore-gorm-hibernate-core</artifactId>
    <version>2.0.0.M4</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/grails-datastore-gorm-hibernate-core/
implementation 'org.grails:grails-datastore-gorm-hibernate-core:2.0.0.M4'
// https://jarcasting.com/artifacts/org.grails/grails-datastore-gorm-hibernate-core/
implementation ("org.grails:grails-datastore-gorm-hibernate-core:2.0.0.M4")
'org.grails:grails-datastore-gorm-hibernate-core:jar:2.0.0.M4'
<dependency org="org.grails" name="grails-datastore-gorm-hibernate-core" rev="2.0.0.M4">
  <artifact name="grails-datastore-gorm-hibernate-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-datastore-gorm-hibernate-core', version='2.0.0.M4')
)
libraryDependencies += "org.grails" % "grails-datastore-gorm-hibernate-core" % "2.0.0.M4"
[org.grails/grails-datastore-gorm-hibernate-core "2.0.0.M4"]