<dependency>
<groupId>com.mytechia</groupId>
<artifactId>mytechia-commons-library</artifactId>
<version>1.3.5</version>
</dependency>
@Grapes(
@Grab(group='com.mytechia', module='mytechia-commons-library', version='1.3.5')
)
test
|-- junit:junit:4.11