<dependency> <groupId>org.grails.plugins</groupId> <artifactId>async</artifactId> <version>5.0.0</version> </dependency>
implementation 'org.grails.plugins:async:5.0.0'
implementation("org.grails.plugins:async:5.0.0")
libraryDependencies += "org.grails.plugins" % "async" % "5.0.0"
@Grapes( @Grab(group='org.grails.plugins', module='async', version='5.0.0') )
<dependency org="org.grails.plugins" name="async" rev="5.0.0" />
[org.grails.plugins/async "5.0.0"]
'org.grails.plugins:async:jar:5.0.0'
compile
|-- org.grails:grails-async:5.0.0
|-- org.grails:grails-events-compat:5.0.0
|-- org.grails:grails-events:5.0.0
runtime
|-- org.grails:grails-core:6.1.0
|-- org.grails:grails-plugin-controllers:6.1.0