GroupId | GroupIdorg.xwiki.commons |
---|---|
ArtifactId | ArtifactIdxwiki-commons-environment-standard |
Version | Version6.4.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>6.4.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-environment-standard/
implementation 'org.xwiki.commons:xwiki-commons-environment-standard:6.4.5'
// https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-environment-standard/
implementation ("org.xwiki.commons:xwiki-commons-environment-standard:6.4.5")
'org.xwiki.commons:xwiki-commons-environment-standard:jar:6.4.5'
<dependency org="org.xwiki.commons" name="xwiki-commons-environment-standard" rev="6.4.5">
<artifact name="xwiki-commons-environment-standard" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xwiki.commons', module='xwiki-commons-environment-standard', version='6.4.5')
)
libraryDependencies += "org.xwiki.commons" % "xwiki-commons-environment-standard" % "6.4.5"
[org.xwiki.commons/xwiki-commons-environment-standard "6.4.5"]