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