x

xwiki-rendering-macros

Macros implementations supported by XWiki Platform
文件下载
文件名 操作
xwiki-rendering-macros-16.3.0.pom 下载
Apache Maven
<dependency>
  <groupId>org.xwiki.rendering</groupId>
  <artifactId>xwiki-rendering-macros</artifactId>
  <version>16.3.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.xwiki.rendering:xwiki-rendering-macros:16.3.0'
Gradle Kotlin
implementation("org.xwiki.rendering:xwiki-rendering-macros:16.3.0")
Scala SBT
libraryDependencies += "org.xwiki.rendering" % "xwiki-rendering-macros" % "16.3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.xwiki.rendering', module='xwiki-rendering-macros', version='16.3.0')
)
Apache Ivy
<dependency org="org.xwiki.rendering" name="xwiki-rendering-macros" rev="16.3.0" />
Leiningen
[org.xwiki.rendering/xwiki-rendering-macros "16.3.0"]
Apache Buildr
'org.xwiki.rendering:xwiki-rendering-macros:jar:16.3.0'