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