<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>4.0</version>
</dependency>
@Grapes(
@Grab(group='org.apache.commons', module='commons-collections4', version='4.0')
)