<dependency> <groupId>org.grails</groupId> <artifactId>grails-datastore-async</artifactId> <version>7.0.9</version> </dependency>
implementation 'org.grails:grails-datastore-async:7.0.9'
implementation("org.grails:grails-datastore-async:7.0.9")
libraryDependencies += "org.grails" % "grails-datastore-async" % "7.0.9"
@Grapes( @Grab(group='org.grails', module='grails-datastore-async', version='7.0.9') )
<dependency org="org.grails" name="grails-datastore-async" rev="7.0.9" />
[org.grails/grails-datastore-async "7.0.9"]
'org.grails:grails-datastore-async:jar:7.0.9'
compile
|-- javax.annotation:javax.annotation-api:1.3.2
|-- org.codehaus.groovy:groovy:2.5.14
|-- org.grails:grails-async:3.3.2