x

xwiki-commons-logging-common

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