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