GroupId | GroupIdorg.xwiki.commons |
---|---|
ArtifactId | ArtifactIdxwiki-commons-component |
Version | Version6.2.7 |
Type | Typepom |
Filename | Size |
---|---|
xwiki-commons-component-6.2.7.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>6.2.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-component/
implementation 'org.xwiki.commons:xwiki-commons-component:6.2.7'
// https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-component/
implementation ("org.xwiki.commons:xwiki-commons-component:6.2.7")
'org.xwiki.commons:xwiki-commons-component:pom:6.2.7'
<dependency org="org.xwiki.commons" name="xwiki-commons-component" rev="6.2.7">
<artifact name="xwiki-commons-component" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.xwiki.commons', module='xwiki-commons-component', version='6.2.7')
)
libraryDependencies += "org.xwiki.commons" % "xwiki-commons-component" % "6.2.7"
[org.xwiki.commons/xwiki-commons-component "6.2.7"]