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