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