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