is not current version
Last Version 7.3.2

org.grails:grails-datastore-gorm-support 5.0.5.RELEASE

GORM - Grails Data Access Framework

Categories

Categories

Grails User Interface Web Frameworks Data ORM
GroupId

GroupId

org.grails
ArtifactId

ArtifactId

grails-datastore-gorm-support
Version

Version

5.0.5.RELEASE
Type

Type

jar

Download grails-datastore-gorm-support 5.0.5.RELEASE


<!-- https://jarcasting.com/artifacts/org.grails/grails-datastore-gorm-support/ -->
<dependency>
    <groupId>org.grails</groupId>
    <artifactId>grails-datastore-gorm-support</artifactId>
    <version>5.0.5.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/grails-datastore-gorm-support/
implementation 'org.grails:grails-datastore-gorm-support:5.0.5.RELEASE'
// https://jarcasting.com/artifacts/org.grails/grails-datastore-gorm-support/
implementation ("org.grails:grails-datastore-gorm-support:5.0.5.RELEASE")
'org.grails:grails-datastore-gorm-support:jar:5.0.5.RELEASE'
<dependency org="org.grails" name="grails-datastore-gorm-support" rev="5.0.5.RELEASE">
  <artifact name="grails-datastore-gorm-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-datastore-gorm-support', version='5.0.5.RELEASE')
)
libraryDependencies += "org.grails" % "grails-datastore-gorm-support" % "5.0.5.RELEASE"
[org.grails/grails-datastore-gorm-support "5.0.5.RELEASE"]