This is a fork of jwiki by fastily. This fork attempts to be compatible with MediaWiki 1.19 to support Wikia wikis.
Try out the examples.
jwiki is on GitHub Packages.
<dependency>
<groupId>benjaminkomen</groupId>
<artifactId>jwiki</artifactId>
<version>2.2.0</version>
<type>pom</type>
</dependency>
compile 'benjaminkomen:jwiki:2.2.0'
Build and publish jwiki on your local machine with
./gradlew build publishToMavenLocal
Publishing to GitHub Packages is done with:
./gradlew publish
Please use issues for bug reports and/or feature requests.