License |
License |
---|---|
Categories |
CategoriesGrails User Interface Web Frameworks Hibernate Data ORM |
GroupId | GroupIdorg.grails.plugins |
ArtifactId | ArtifactIdhibernate5 |
Last Version | Last Version7.3.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionGORM for Hibernate 5
Provides a GORM Object Mapping implementations for Hibernate 5
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hibernate5-7.3.0.pom | |
hibernate5-7.3.0-sources.jar | 15 KB |
hibernate5-7.3.0-plugin.xml | 1 KB |
hibernate5-7.3.0-plain.jar | 55 KB |
hibernate5-7.3.0-javadoc.jar | 76 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.grails.plugins/hibernate5/ -->
<dependency>
<groupId>org.grails.plugins</groupId>
<artifactId>hibernate5</artifactId>
<version>7.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.grails.plugins/hibernate5/
implementation 'org.grails.plugins:hibernate5:7.3.0'
// https://jarcasting.com/artifacts/org.grails.plugins/hibernate5/
implementation ("org.grails.plugins:hibernate5:7.3.0")
'org.grails.plugins:hibernate5:pom:7.3.0'
<dependency org="org.grails.plugins" name="hibernate5" rev="7.3.0">
<artifact name="hibernate5" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.grails.plugins', module='hibernate5', version='7.3.0')
)
libraryDependencies += "org.grails.plugins" % "hibernate5" % "7.3.0"
[org.grails.plugins/hibernate5 "7.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot | jar | 2.7.0 |
org.springframework : spring-orm | jar | 5.3.20 |
org.hibernate : hibernate-core | jar | 5.6.9.Final |
org.grails : grails-datastore-web | jar | 7.3.2 |
org.grails : grails-datastore-gorm-support | jar | 7.3.2 |
org.grails : grails-datastore-gorm-hibernate5 | jar | 7.3.0 |
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy | jar | 3.0.11 |