x

xwiki-commons-logging-common

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