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