dependencies {
implementation "org.graceframework:grace-boot-hibernate:2024.0.0-M1"
}
3 Getting Started
Version: 2024.0.0-M1
3 Getting Started
To use Grace Data Hibernate 2024.0.0-M1 in Grace applications you can specify the following configuration in build.gradle:
Otherwise if you are using an earlier version of Grace framework you can force the Grace Data Hibernate version by adding the following block directly above the dependencies block:
build.gradle
ext['grace-data-hibernate.version'] = 2024.0.0-M1