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