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.6.0</version>
<type>pom</type>
</dependency>compile 'fastily:jwiki:1.6.0'Build and publish jwiki on your local machine with
./gradlew build publishToMavenLocalPlease use issues for bug reports and/or feature requests. If you like jwiki and find it useful, please give it a โญ on GitHub!