GroupId | GroupIdorg.xwiki.commons |
---|---|
ArtifactId | ArtifactIdxwiki-commons-filter-xml |
Version | Version12.3-rc-1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-filter-xml/ -->
<dependency>
<groupId>org.xwiki.commons</groupId>
<artifactId>xwiki-commons-filter-xml</artifactId>
<version>12.3-rc-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-filter-xml/
implementation 'org.xwiki.commons:xwiki-commons-filter-xml:12.3-rc-1'
// https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-filter-xml/
implementation ("org.xwiki.commons:xwiki-commons-filter-xml:12.3-rc-1")
'org.xwiki.commons:xwiki-commons-filter-xml:jar:12.3-rc-1'
<dependency org="org.xwiki.commons" name="xwiki-commons-filter-xml" rev="12.3-rc-1">
<artifact name="xwiki-commons-filter-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xwiki.commons', module='xwiki-commons-filter-xml', version='12.3-rc-1')
)
libraryDependencies += "org.xwiki.commons" % "xwiki-commons-filter-xml" % "12.3-rc-1"
[org.xwiki.commons/xwiki-commons-filter-xml "12.3-rc-1"]