is not current version
Last Version 7.3.2

org.grails:grails-datastore-async 7.0.0.RC1

GORM - Grails Data Access Framework

Categories

Categories

Grails User Interface Web Frameworks Data
GroupId

GroupId

org.grails
ArtifactId

ArtifactId

grails-datastore-async
Version

Version

7.0.0.RC1
Type

Type

jar

Download grails-datastore-async 7.0.0.RC1


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