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