Programmatically accessing Wikipedia/MediaWiki via the API is hard
Yes, one line.
It's so easy that anyone (including your grandma 👵🏻) can write an application that works with MediaWiki.
Not convinced? Try out the examples.
jwiki is on jcenter.
<dependency>
<groupId>fastily</groupId>
<artifactId>jwiki</artifactId>
<version>1.5.0</version>
<type>pom</type>
</dependency>
compile 'fastily:jwiki:1.5.0'
Build and publish jwiki on your local machine with
./gradlew build publishToMavenLocal
Please use issues for bug reports and/or feature requests. If you like jwiki and find it useful, please give it a ⭐ on GitHub!