A lightweight Java client for interacting with MediaWiki APIs.
This library provides simple and efficient access to MediaWiki endpoints for building bots, tools, or integrations.
- Group ID:
org.qrdlife.wikiconnect
- Artifact ID:
core-mediawiki-client
- License: GNU General Public License v3.0
Repository: GitHub
- Java: 11 or higher
- Maven: 3.6+
Dependencies (managed via Maven):
- Apache HttpClient 5 β HTTP communication
- org.json β JSON parsing
- JUnit 5 β Unit testing (testing)
- Mockito β Mocking framework (testing)
Add the dependency to your Maven project:
<dependency>
<groupId>org.qrdlife.wikiconnect</groupId>
<artifactId>core-mediawiki-client</artifactId>
<version>{version from a release}</version>
</dependency>