<dependency> <groupId>org.xwiki.commons</groupId> <artifactId>xwiki-commons</artifactId> <version>13.10.8</version> <type>pom</type> </dependency>
implementation 'org.xwiki.commons:xwiki-commons:13.10.8'
implementation("org.xwiki.commons:xwiki-commons:13.10.8")
libraryDependencies += "org.xwiki.commons" % "xwiki-commons" % "13.10.8"
@Grapes( @Grab(group='org.xwiki.commons', module='xwiki-commons', version='13.10.8') )
<dependency org="org.xwiki.commons" name="xwiki-commons" rev="13.10.8" />
[org.xwiki.commons/xwiki-commons "13.10.8"]
'org.xwiki.commons:xwiki-commons:jar:13.10.8'