<dependency>
<groupId>org.wildfly.checkstyle</groupId>
<artifactId>wildfly-checkstyle-config</artifactId>
<version>1.0.8.Final</version>
</dependency>
libraryDependencies += "org.wildfly.checkstyle" % "wildfly-checkstyle-config" % "1.0.8.Final"
@Grapes(
@Grab(group='org.wildfly.checkstyle', module='wildfly-checkstyle-config', version='1.0.8.Final')
)
<dependency org="org.wildfly.checkstyle" name="wildfly-checkstyle-config" rev="1.0.8.Final" />
<parent> <groupId>org.jboss</groupId> <artifactId>jboss-parent</artifactId> <version>35</version> </parent>