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