Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdorg.xwiki.commons |
ArtifactId | ArtifactIdxwiki-commons-extension-maven |
Version | Version10.11.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-extension-maven/ -->
<dependency>
<groupId>org.xwiki.commons</groupId>
<artifactId>xwiki-commons-extension-maven</artifactId>
<version>10.11.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-extension-maven/
implementation 'org.xwiki.commons:xwiki-commons-extension-maven:10.11.9'
// https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-extension-maven/
implementation ("org.xwiki.commons:xwiki-commons-extension-maven:10.11.9")
'org.xwiki.commons:xwiki-commons-extension-maven:jar:10.11.9'
<dependency org="org.xwiki.commons" name="xwiki-commons-extension-maven" rev="10.11.9">
<artifact name="xwiki-commons-extension-maven" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xwiki.commons', module='xwiki-commons-extension-maven', version='10.11.9')
)
libraryDependencies += "org.xwiki.commons" % "xwiki-commons-extension-maven" % "10.11.9"
[org.xwiki.commons/xwiki-commons-extension-maven "10.11.9"]