is not current version
Last Version 4.0.0.M2

org.grails:grails-datastore-gorm-gemfire 4.0.0.M1

GORM - Grails Data Access Framework

Categories

Categories

Grails User Interface Web Frameworks Data ORM
GroupId

GroupId

org.grails
ArtifactId

ArtifactId

grails-datastore-gorm-gemfire
Version

Version

4.0.0.M1
Type

Type

jar

Download grails-datastore-gorm-gemfire 4.0.0.M1


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