| Группа | Группаorg.xwiki.rendering |
|---|---|
| Идентификатор | Идентификаторxwiki-rendering-macro-toc |
| Версия | Версия9.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| xwiki-rendering-macro-toc-9.2.pom | |
| xwiki-rendering-macro-toc-9.2.jar | 20 KB |
| xwiki-rendering-macro-toc-9.2-sources.jar | 19 KB |
| xwiki-rendering-macro-toc-9.2-javadoc.jar | 41 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.xwiki.rendering/xwiki-rendering-macro-toc/ -->
<dependency>
<groupId>org.xwiki.rendering</groupId>
<artifactId>xwiki-rendering-macro-toc</artifactId>
<version>9.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.xwiki.rendering/xwiki-rendering-macro-toc/
implementation 'org.xwiki.rendering:xwiki-rendering-macro-toc:9.2'
// https://jarcasting.com/artifacts/org.xwiki.rendering/xwiki-rendering-macro-toc/
implementation ("org.xwiki.rendering:xwiki-rendering-macro-toc:9.2")
'org.xwiki.rendering:xwiki-rendering-macro-toc:jar:9.2'
<dependency org="org.xwiki.rendering" name="xwiki-rendering-macro-toc" rev="9.2">
<artifact name="xwiki-rendering-macro-toc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xwiki.rendering', module='xwiki-rendering-macro-toc', version='9.2')
)
libraryDependencies += "org.xwiki.rendering" % "xwiki-rendering-macro-toc" % "9.2"
[org.xwiki.rendering/xwiki-rendering-macro-toc "9.2"]