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