<dependency>
<groupId>org.xwiki.commons</groupId>
<artifactId>xwiki-commons-tool-verification-resources</artifactId>
<version>14.10.21</version>
</dependency>
implementation("org.xwiki.commons:xwiki-commons-tool-verification-resources:14.10.21")
libraryDependencies += "org.xwiki.commons" % "xwiki-commons-tool-verification-resources" % "14.10.21"
@Grapes(
@Grab(group='org.xwiki.commons', module='xwiki-commons-tool-verification-resources', version='14.10.21')
)
<dependency org="org.xwiki.commons" name="xwiki-commons-tool-verification-resources" rev="14.10.21" />
<parent> <groupId>org.xwiki.commons</groupId> <artifactId>xwiki-commons-tools</artifactId> <version>14.10.21</version> </parent>
compile
|-- org.apache.commons:commons-lang3
provided
|-- com.puppycrawl.tools:checkstyle
|-- org.antlr:antlr4-runtime:4.11.1
test
|-- com.puppycrawl.tools:checkstyle
|-- junit:junit
|-- org.hamcrest:hamcrest-library
|-- ch.qos.logback:logback-classic
|-- org.junit.platform:junit-platform-launcher