| GroupId | GroupIdorg.xwiki.commons | 
|---|---|
| ArtifactId | ArtifactIdxwiki-commons-tool-xar | 
| Version | Version8.2-milestone-2 | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| xwiki-commons-tool-xar-8.2-milestone-2.pom | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-tool-xar/ -->
<dependency>
    <groupId>org.xwiki.commons</groupId>
    <artifactId>xwiki-commons-tool-xar</artifactId>
    <version>8.2-milestone-2</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-tool-xar/
implementation 'org.xwiki.commons:xwiki-commons-tool-xar:8.2-milestone-2'// https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-tool-xar/
implementation ("org.xwiki.commons:xwiki-commons-tool-xar:8.2-milestone-2")'org.xwiki.commons:xwiki-commons-tool-xar:pom:8.2-milestone-2'<dependency org="org.xwiki.commons" name="xwiki-commons-tool-xar" rev="8.2-milestone-2">
  <artifact name="xwiki-commons-tool-xar" type="pom" />
</dependency>@Grapes(
@Grab(group='org.xwiki.commons', module='xwiki-commons-tool-xar', version='8.2-milestone-2')
)libraryDependencies += "org.xwiki.commons" % "xwiki-commons-tool-xar" % "8.2-milestone-2"[org.xwiki.commons/xwiki-commons-tool-xar "8.2-milestone-2"]