<dependency> <groupId>org.graceframework.plugins</groupId> <artifactId>async</artifactId> <version>5.2.3</version> </dependency>
implementation 'org.graceframework.plugins:async:5.2.3'
implementation("org.graceframework.plugins:async:5.2.3")
libraryDependencies += "org.graceframework.plugins" % "async" % "5.2.3"
@Grapes( @Grab(group='org.graceframework.plugins', module='async', version='5.2.3') )
<dependency org="org.graceframework.plugins" name="async" rev="5.2.3" />
[org.graceframework.plugins/async "5.2.3"]
'org.graceframework.plugins:async:jar:5.2.3'
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.3
|-- org.graceframework:grace-async:5.2.3
runtime
|-- org.graceframework:grace-plugin-controllers:2022.2.2