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