is not current version
Last Version 14.4.1

org.xwiki.rendering:xwiki-rendering 9.9-rc-2

XWiki Rendering - Parent POM

GroupId

GroupId

org.xwiki.rendering
ArtifactId

ArtifactId

xwiki-rendering
Version

Version

9.9-rc-2
Type

Type

pom

Download xwiki-rendering 9.9-rc-2


<!-- https://jarcasting.com/artifacts/org.xwiki.rendering/xwiki-rendering/ -->
<dependency>
    <groupId>org.xwiki.rendering</groupId>
    <artifactId>xwiki-rendering</artifactId>
    <version>9.9-rc-2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.xwiki.rendering/xwiki-rendering/
implementation 'org.xwiki.rendering:xwiki-rendering:9.9-rc-2'
// https://jarcasting.com/artifacts/org.xwiki.rendering/xwiki-rendering/
implementation ("org.xwiki.rendering:xwiki-rendering:9.9-rc-2")
'org.xwiki.rendering:xwiki-rendering:pom:9.9-rc-2'
<dependency org="org.xwiki.rendering" name="xwiki-rendering" rev="9.9-rc-2">
  <artifact name="xwiki-rendering" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.xwiki.rendering', module='xwiki-rendering', version='9.9-rc-2')
)
libraryDependencies += "org.xwiki.rendering" % "xwiki-rendering" % "9.9-rc-2"
[org.xwiki.rendering/xwiki-rendering "9.9-rc-2"]