GroupId | GroupIdorg.xwiki.commons |
---|---|
ArtifactId | ArtifactIdxwiki-commons-component |
Version | Version8.4.2 |
Type | Typepom |
Filename | Size |
---|---|
xwiki-commons-component-8.4.2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-component/ -->
<dependency>
<groupId>org.xwiki.commons</groupId>
<artifactId>xwiki-commons-component</artifactId>
<version>8.4.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-component/
implementation 'org.xwiki.commons:xwiki-commons-component:8.4.2'
// https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-component/
implementation ("org.xwiki.commons:xwiki-commons-component:8.4.2")
'org.xwiki.commons:xwiki-commons-component:pom:8.4.2'
<dependency org="org.xwiki.commons" name="xwiki-commons-component" rev="8.4.2">
<artifact name="xwiki-commons-component" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.xwiki.commons', module='xwiki-commons-component', version='8.4.2')
)
libraryDependencies += "org.xwiki.commons" % "xwiki-commons-component" % "8.4.2"
[org.xwiki.commons/xwiki-commons-component "8.4.2"]