is not current version
Last Version 13.10

org.xwiki.rendering:xwiki-rendering-macro-quote 9.5

Displays inline text with special quote formatting

GroupId

GroupId

org.xwiki.rendering
ArtifactId

ArtifactId

xwiki-rendering-macro-quote
Version

Version

9.5
Type

Type

jar

Download xwiki-rendering-macro-quote 9.5


<!-- https://jarcasting.com/artifacts/org.xwiki.rendering/xwiki-rendering-macro-quote/ -->
<dependency>
    <groupId>org.xwiki.rendering</groupId>
    <artifactId>xwiki-rendering-macro-quote</artifactId>
    <version>9.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.xwiki.rendering/xwiki-rendering-macro-quote/
implementation 'org.xwiki.rendering:xwiki-rendering-macro-quote:9.5'
// https://jarcasting.com/artifacts/org.xwiki.rendering/xwiki-rendering-macro-quote/
implementation ("org.xwiki.rendering:xwiki-rendering-macro-quote:9.5")
'org.xwiki.rendering:xwiki-rendering-macro-quote:jar:9.5'
<dependency org="org.xwiki.rendering" name="xwiki-rendering-macro-quote" rev="9.5">
  <artifact name="xwiki-rendering-macro-quote" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xwiki.rendering', module='xwiki-rendering-macro-quote', version='9.5')
)
libraryDependencies += "org.xwiki.rendering" % "xwiki-rendering-macro-quote" % "9.5"
[org.xwiki.rendering/xwiki-rendering-macro-quote "9.5"]