is not current version
Last Version 7.3.2

org.grails:grails-datastore-async 6.0.1.RELEASE

GORM - Grails Data Access Framework

Categories

Categories

Grails User Interface Web Frameworks Data
GroupId

GroupId

org.grails
ArtifactId

ArtifactId

grails-datastore-async
Version

Version

6.0.1.RELEASE
Type

Type

jar

Download grails-datastore-async 6.0.1.RELEASE


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