x

xwiki-commons

A collaborative development platform runtime based on the wiki paradigm
https://extensions.xwiki.org?id=${project.groupId}:${project.artifactId}:${project.version}:::
LGPL 2.1
XWiki
XWiki Development Team
文件下载
文件名 操作
xwiki-commons-14.4.5.pom 下载
Apache Maven
<dependency>
  <groupId>org.xwiki.commons</groupId>
  <artifactId>xwiki-commons</artifactId>
  <version>14.4.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.xwiki.commons:xwiki-commons:14.4.5'
Gradle Kotlin
implementation("org.xwiki.commons:xwiki-commons:14.4.5")
Scala SBT
libraryDependencies += "org.xwiki.commons" % "xwiki-commons" % "14.4.5"
Groovy Grape
@Grapes(
  @Grab(group='org.xwiki.commons', module='xwiki-commons', version='14.4.5')
)
Apache Ivy
<dependency org="org.xwiki.commons" name="xwiki-commons" rev="14.4.5" />
Leiningen
[org.xwiki.commons/xwiki-commons "14.4.5"]
Apache Buildr
'org.xwiki.commons:xwiki-commons:jar:14.4.5'
本项目依赖
该项目无第三方依赖