<dependency>
<groupId>net.sf.jopt-simple</groupId>
<artifactId>jopt-simple</artifactId>
<version>3.1-beta1</version>
</dependency>
@Grapes(
@Grab(group='net.sf.jopt-simple', module='jopt-simple', version='3.1-beta1')
)
test
|-- junit:junit:4.5