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