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