x

xwiki-commons-logging-common

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