is not current version
Last Version 14.4.1

org.xwiki.rendering:xwiki-rendering 13.3-rc-1

XWiki Rendering - Parent POM

GroupId

GroupId

org.xwiki.rendering
ArtifactId

ArtifactId

xwiki-rendering
Version

Version

13.3-rc-1
Type

Type

pom

Download xwiki-rendering 13.3-rc-1


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