<dependency> <groupId>org.graceframework.plugins</groupId> <artifactId>async</artifactId> <version>5.2.4</version> </dependency>
implementation 'org.graceframework.plugins:async:5.2.4'
implementation("org.graceframework.plugins:async:5.2.4")
libraryDependencies += "org.graceframework.plugins" % "async" % "5.2.4"
@Grapes( @Grab(group='org.graceframework.plugins', module='async', version='5.2.4') )
<dependency org="org.graceframework.plugins" name="async" rev="5.2.4" />
[org.graceframework.plugins/async "5.2.4"]
'org.graceframework.plugins:async:jar:5.2.4'
compile
|-- org.codehaus.groovy:groovy:3.0.17
|-- org.slf4j:slf4j-api:1.7.36
|-- javax.inject:javax.inject:1
|-- javax.annotation:javax.annotation-api:1.3.2
|-- org.graceframework.plugins:events:5.2.4
|-- org.graceframework:grace-async:5.2.4
runtime
|-- org.graceframework:grace-plugin-controllers:2022.2.3