Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdorg.xwiki.commons |
ArtifactId | ArtifactIdxwiki-commons-extension-maven |
Version | Version12.10.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>12.10.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-extension-maven/
implementation 'org.xwiki.commons:xwiki-commons-extension-maven:12.10.9'
// https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-extension-maven/
implementation ("org.xwiki.commons:xwiki-commons-extension-maven:12.10.9")
'org.xwiki.commons:xwiki-commons-extension-maven:jar:12.10.9'
<dependency org="org.xwiki.commons" name="xwiki-commons-extension-maven" rev="12.10.9">
<artifact name="xwiki-commons-extension-maven" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xwiki.commons', module='xwiki-commons-extension-maven', version='12.10.9')
)
libraryDependencies += "org.xwiki.commons" % "xwiki-commons-extension-maven" % "12.10.9"
[org.xwiki.commons/xwiki-commons-extension-maven "12.10.9"]