Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.xwiki.rendering |
ArtifactId | ArtifactIdxwiki-rendering-transformation-macro |
Version | Version7.4.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.xwiki.rendering/xwiki-rendering-transformation-macro/ -->
<dependency>
<groupId>org.xwiki.rendering</groupId>
<artifactId>xwiki-rendering-transformation-macro</artifactId>
<version>7.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.xwiki.rendering/xwiki-rendering-transformation-macro/
implementation 'org.xwiki.rendering:xwiki-rendering-transformation-macro:7.4.2'
// https://jarcasting.com/artifacts/org.xwiki.rendering/xwiki-rendering-transformation-macro/
implementation ("org.xwiki.rendering:xwiki-rendering-transformation-macro:7.4.2")
'org.xwiki.rendering:xwiki-rendering-transformation-macro:jar:7.4.2'
<dependency org="org.xwiki.rendering" name="xwiki-rendering-transformation-macro" rev="7.4.2">
<artifact name="xwiki-rendering-transformation-macro" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xwiki.rendering', module='xwiki-rendering-transformation-macro', version='7.4.2')
)
libraryDependencies += "org.xwiki.rendering" % "xwiki-rendering-transformation-macro" % "7.4.2"
[org.xwiki.rendering/xwiki-rendering-transformation-macro "7.4.2"]