| Категории |
КатегорииSpring Boot Контейнер Микросервисы Grails Взаимодействие с пользователем Веб-фреймворки ORM Данные Hibernate |
|---|---|
| Группа | Группаorg.grails |
| Идентификатор | Идентификаторgorm-hibernate4-spring-boot |
| Версия | Версия6.0.8.RELEASE |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.grails/gorm-hibernate4-spring-boot/ -->
<dependency>
<groupId>org.grails</groupId>
<artifactId>gorm-hibernate4-spring-boot</artifactId>
<version>6.0.8.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/gorm-hibernate4-spring-boot/
implementation 'org.grails:gorm-hibernate4-spring-boot:6.0.8.RELEASE'
// https://jarcasting.com/artifacts/org.grails/gorm-hibernate4-spring-boot/
implementation ("org.grails:gorm-hibernate4-spring-boot:6.0.8.RELEASE")
'org.grails:gorm-hibernate4-spring-boot:jar:6.0.8.RELEASE'
<dependency org="org.grails" name="gorm-hibernate4-spring-boot" rev="6.0.8.RELEASE">
<artifact name="gorm-hibernate4-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='gorm-hibernate4-spring-boot', version='6.0.8.RELEASE')
)
libraryDependencies += "org.grails" % "gorm-hibernate4-spring-boot" % "6.0.8.RELEASE"
[org.grails/gorm-hibernate4-spring-boot "6.0.8.RELEASE"]