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