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