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