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

org.grails:grails-datastore-gorm-hibernate-core 3.0.3.RELEASE

GORM - Grails Data Access Framework

Категории

Категории

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

Группа

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

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

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

Версия

3.0.3.RELEASE
Тип

Тип

jar

Скачать grails-datastore-gorm-hibernate-core 3.0.3.RELEASE


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