<dependency>
<groupId>com.buschmais.jqassistant.build</groupId>
<artifactId>checkstyle</artifactId>
<version>X.Y.Z</version>
</dependency>
@Grapes(
@Grab(group='com.buschmais.jqassistant.build', module='checkstyle', version='X.Y.Z')
)
<parent> <groupId>com.buschmais.jqassistant.build</groupId> <artifactId>parent</artifactId> <version>X.Y.Z</version> </parent>