is not current version
Last Version 7.3.2

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

1.1.3.RELEASE
Type

Type

jar

Download grails-datastore-gorm 1.1.3.RELEASE


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