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