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