Sweble Wikitext Maven Artifacts
The [VERSION]
placeholders in the maven excerpts have to be replaced by a proper version number (or range).
- org.sweble.wikitext:swc-engineThis library can perform template expansion and can render pages in HTML and other formats. However, template expansion is still experimental and incomplete.
Click for a list of available versions.
<dependency> <groupId>org.sweble.wikitext</groupId> <artifactId>swc-engine</artifactId> <version>[VERSION]</version> </dependency>
- org.sweble.wikitext:swc-parser-lazyThe Sweble Wikitext Parser library. If you just want to pre-process, parse and/or post-process pages, this is what you need. Template expansion cannot be performed with this library. Moreover, you have to provide a MediaWiki-like configuration context yourself.
Click for a list of available versions.
<dependency> <groupId>org.sweble.wikitext</groupId> <artifactId>swc-parser-lazy</artifactId> <version>[VERSION]</version> </dependency>
Jars with Dependencies
For some libraries we also provide jars with dependencies since release 3.1.6:
- org.sweble.wikitext:swc-engine
- org.sweble.wikitext:swc-parser-lazy
- org.sweble.wikitext:swc-dumpreader
You can download these jars by chosing the “jar-with-dependency.jar” artifact link on maven central.