<dependency>
<groupId>org.xwiki.commons</groupId>
<artifactId>xwiki-commons-tool-verification-resources</artifactId>
<version>16.10.0</version>
</dependency>
libraryDependencies += "org.xwiki.commons" % "xwiki-commons-tool-verification-resources" % "16.10.0"
@Grapes(
@Grab(group='org.xwiki.commons', module='xwiki-commons-tool-verification-resources', version='16.10.0')
)
<dependency org="org.xwiki.commons" name="xwiki-commons-tool-verification-resources" rev="16.10.0" />
<parent> <groupId>org.xwiki.commons</groupId> <artifactId>xwiki-commons-tools</artifactId> <version>16.10.0</version> </parent>
compile
|-- org.apache.commons:commons-lang3
provided
|-- com.puppycrawl.tools:checkstyle
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