| GroupId | GroupIdorg.xwiki.rendering |
|---|---|
| ArtifactId | ArtifactIdxwiki-rendering-api |
| Version | Version13.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| xwiki-rendering-api-13.2.pom | |
| xwiki-rendering-api-13.2.jar | 264 KB |
| xwiki-rendering-api-13.2-sources.jar | 262 KB |
| xwiki-rendering-api-13.2-javadoc.jar | 975 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.xwiki.rendering/xwiki-rendering-api/ -->
<dependency>
<groupId>org.xwiki.rendering</groupId>
<artifactId>xwiki-rendering-api</artifactId>
<version>13.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.xwiki.rendering/xwiki-rendering-api/
implementation 'org.xwiki.rendering:xwiki-rendering-api:13.2'
// https://jarcasting.com/artifacts/org.xwiki.rendering/xwiki-rendering-api/
implementation ("org.xwiki.rendering:xwiki-rendering-api:13.2")
'org.xwiki.rendering:xwiki-rendering-api:jar:13.2'
<dependency org="org.xwiki.rendering" name="xwiki-rendering-api" rev="13.2">
<artifact name="xwiki-rendering-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xwiki.rendering', module='xwiki-rendering-api', version='13.2')
)
libraryDependencies += "org.xwiki.rendering" % "xwiki-rendering-api" % "13.2"
[org.xwiki.rendering/xwiki-rendering-api "13.2"]