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