<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-plugin-events</artifactId>
<version>3.1.13</version>
</dependency>
compile
|-- org.codehaus.groovy:groovy:2.4.7
|-- org.slf4j:slf4j-api:1.7.21
|-- org.slf4j:jcl-over-slf4j:1.7.21
|-- org.grails:grails-core:3.1.13
|-- org.grails:grails-async:3.1.13
|-- io.projectreactor.spring:reactor-spring-context:2.0.7.RELEASE
|-- io.projectreactor:reactor-bus:2.0.8.RELEASE
test
|-- org.codehaus.groovy:groovy-test:2.4.7
|-- junit:junit:4.12