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
Files download
File Operation
xwiki-commons-14.4.3.pom download
Apache Maven
<dependency>
  <groupId>org.xwiki.commons</groupId>
  <artifactId>xwiki-commons</artifactId>
  <version>14.4.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.xwiki.commons:xwiki-commons:14.4.3'
Gradle Kotlin
implementation("org.xwiki.commons:xwiki-commons:14.4.3")
Scala SBT
libraryDependencies += "org.xwiki.commons" % "xwiki-commons" % "14.4.3"
Groovy Grape
@Grapes(
  @Grab(group='org.xwiki.commons', module='xwiki-commons', version='14.4.3')
)
Apache Ivy
<dependency org="org.xwiki.commons" name="xwiki-commons" rev="14.4.3" />
Leiningen
[org.xwiki.commons/xwiki-commons "14.4.3"]
Apache Buildr
'org.xwiki.commons:xwiki-commons:jar:14.4.3'
Dependencies
The project has no third-party dependencies