<dependency>
<groupId>org.xwiki.commons</groupId>
<artifactId>xwiki-commons-tool-verification-resources</artifactId>
<version>15.10.12</version>
</dependency>
implementation("org.xwiki.commons:xwiki-commons-tool-verification-resources:15.10.12")
libraryDependencies += "org.xwiki.commons" % "xwiki-commons-tool-verification-resources" % "15.10.12"
@Grapes(
@Grab(group='org.xwiki.commons', module='xwiki-commons-tool-verification-resources', version='15.10.12')
)
<dependency org="org.xwiki.commons" name="xwiki-commons-tool-verification-resources" rev="15.10.12" />
<parent> <groupId>org.xwiki.commons</groupId> <artifactId>xwiki-commons-tools</artifactId> <version>15.10.12</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.junit.jupiter:junit-jupiter
|-- org.junit.platform:junit-platform-launcher
|-- org.junit.vintage:junit-vintage-engine
|-- org.hamcrest:hamcrest-library