<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-test-junit5</artifactId>
<version>3.0.0-alpha-3</version>
</dependency>
@Grapes(
@Grab(group='org.codehaus.groovy', module='groovy-test-junit5', version='3.0.0-alpha-3')
)