не последняя версия
Последняя версия 14.4.1

org.xwiki.rendering:xwiki-rendering-api 13.10.6

XWiki Rendering - Api

Группа

Группа

org.xwiki.rendering
Идентификатор

Идентификатор

xwiki-rendering-api
Версия

Версия

13.10.6
Тип

Тип

jar

Скачать xwiki-rendering-api 13.10.6


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