is not current version
Last Version 7.3.2

org.grails:grails-datastore-gorm 4.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
Version

Version

4.0.5.RELEASE
Type

Type

jar

Download grails-datastore-gorm 4.0.5.RELEASE


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