Categories |
CategoriesSpring Boot Container Microservices Grails User Interface Web Frameworks ORM Data Hibernate |
---|---|
GroupId | GroupIdorg.grails |
ArtifactId | ArtifactIdgorm-hibernate4-spring-boot |
Version | Version5.0.2.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.grails/gorm-hibernate4-spring-boot/ -->
<dependency>
<groupId>org.grails</groupId>
<artifactId>gorm-hibernate4-spring-boot</artifactId>
<version>5.0.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/gorm-hibernate4-spring-boot/
implementation 'org.grails:gorm-hibernate4-spring-boot:5.0.2.RELEASE'
// https://jarcasting.com/artifacts/org.grails/gorm-hibernate4-spring-boot/
implementation ("org.grails:gorm-hibernate4-spring-boot:5.0.2.RELEASE")
'org.grails:gorm-hibernate4-spring-boot:jar:5.0.2.RELEASE'
<dependency org="org.grails" name="gorm-hibernate4-spring-boot" rev="5.0.2.RELEASE">
<artifact name="gorm-hibernate4-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='gorm-hibernate4-spring-boot', version='5.0.2.RELEASE')
)
libraryDependencies += "org.grails" % "gorm-hibernate4-spring-boot" % "5.0.2.RELEASE"
[org.grails/gorm-hibernate4-spring-boot "5.0.2.RELEASE"]