s

sweble-wikitext-components-parent

The Sweble Wikitext Components module provides a parser for MediaWiki's wikitext and an engine trying to emulate the behavior of a MediaWiki.
Files download
File Operation
sweble-wikitext-components-parent-3.1.9.pom download
Apache Maven
<dependency>
  <groupId>org.sweble.wikitext</groupId>
  <artifactId>sweble-wikitext-components-parent</artifactId>
  <version>3.1.9</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.sweble.wikitext:sweble-wikitext-components-parent:3.1.9'
Gradle Kotlin
implementation("org.sweble.wikitext:sweble-wikitext-components-parent:3.1.9")
Scala SBT
libraryDependencies += "org.sweble.wikitext" % "sweble-wikitext-components-parent" % "3.1.9"
Groovy Grape
@Grapes(
  @Grab(group='org.sweble.wikitext', module='sweble-wikitext-components-parent', version='3.1.9')
)
Apache Ivy
<dependency org="org.sweble.wikitext" name="sweble-wikitext-components-parent" rev="3.1.9" />
Leiningen
[org.sweble.wikitext/sweble-wikitext-components-parent "3.1.9"]
Apache Buildr
'org.sweble.wikitext:sweble-wikitext-components-parent:jar:3.1.9'