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