dependencies {
compile "org.graceframework.plugins:hibernate:2023.3.0"
}
3 Getting Started
Version: 2023.3.0
3 Getting Started
To use GORM 2023.3.0 for Hibernate in Grace 2023 you can specify the following configuration in build.gradle
:
Otherwise if you are using an earlier version of Grace framework you can force the GORM version by adding the following block directly above the dependencies
block:
build.gradle
ext['grace-gorm.version'] = 2023.3.0