License |
License |
---|---|
Categories |
CategoriesGrails User Interface Web Frameworks Data |
GroupId | GroupIdorg.grails |
ArtifactId | ArtifactIdgrails-datastore-gemfire |
Last Version | Last Version4.0.0.M2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGrails GORM
GORM - Grails Data Access Framework
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.grails/grails-datastore-gemfire/ -->
<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-datastore-gemfire</artifactId>
<version>4.0.0.M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/grails-datastore-gemfire/
implementation 'org.grails:grails-datastore-gemfire:4.0.0.M2'
// https://jarcasting.com/artifacts/org.grails/grails-datastore-gemfire/
implementation ("org.grails:grails-datastore-gemfire:4.0.0.M2")
'org.grails:grails-datastore-gemfire:jar:4.0.0.M2'
<dependency org="org.grails" name="grails-datastore-gemfire" rev="4.0.0.M2">
<artifact name="grails-datastore-gemfire" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-datastore-gemfire', version='4.0.0.M2')
)
libraryDependencies += "org.grails" % "grails-datastore-gemfire" % "4.0.0.M2"
[org.grails/grails-datastore-gemfire "4.0.0.M2"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy | jar | 2.4.1 |
org.grails : grails-datastore-core | jar | 4.0.0.M2 |
org.springframework.data.gemfire : spring-gemfire | jar | 1.0.1.RELEASE |
com.gemstone.gemfire » gemfire | jar | 6.5.1.4 |