x

xwiki-commons-environment-common

Common implementation classes for all Environment implementations
Files download
File Operation
xwiki-commons-environment-common-15.5.3.jar download
xwiki-commons-environment-common-15.5.3.pom download
xwiki-commons-environment-common-15.5.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.xwiki.commons</groupId>
  <artifactId>xwiki-commons-environment-common</artifactId>
  <version>15.5.3</version>
</dependency>
Gradle Groovy
implementation 'org.xwiki.commons:xwiki-commons-environment-common:15.5.3'
Gradle Kotlin
implementation("org.xwiki.commons:xwiki-commons-environment-common:15.5.3")
Scala SBT
libraryDependencies += "org.xwiki.commons" % "xwiki-commons-environment-common" % "15.5.3"
Groovy Grape
@Grapes(
  @Grab(group='org.xwiki.commons', module='xwiki-commons-environment-common', version='15.5.3')
)
Apache Ivy
<dependency org="org.xwiki.commons" name="xwiki-commons-environment-common" rev="15.5.3" />
Leiningen
[org.xwiki.commons/xwiki-commons-environment-common "15.5.3"]
Apache Buildr
'org.xwiki.commons:xwiki-commons-environment-common:jar:15.5.3'