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