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