Categories |
CategoriesGrails User Interface Web Frameworks Data |
---|---|
GroupId | GroupIdorg.grails |
ArtifactId | ArtifactIdgrails-datastore-gemfire |
Version | Version4.0.0.M1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.grails/grails-datastore-gemfire/ -->
<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-datastore-gemfire</artifactId>
<version>4.0.0.M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/grails-datastore-gemfire/
implementation 'org.grails:grails-datastore-gemfire:4.0.0.M1'
// https://jarcasting.com/artifacts/org.grails/grails-datastore-gemfire/
implementation ("org.grails:grails-datastore-gemfire:4.0.0.M1")
'org.grails:grails-datastore-gemfire:jar:4.0.0.M1'
<dependency org="org.grails" name="grails-datastore-gemfire" rev="4.0.0.M1">
<artifact name="grails-datastore-gemfire" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-datastore-gemfire', version='4.0.0.M1')
)
libraryDependencies += "org.grails" % "grails-datastore-gemfire" % "4.0.0.M1"
[org.grails/grails-datastore-gemfire "4.0.0.M1"]