org.wikipedia.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mediawiki-japi Show documentation
Show all versions of mediawiki-japi Show documentation
Java library to call Mediawiki API described at http://www.mediawiki.org/wiki/API:Main_page
/**
* This package contains an alternative one - class solution {@link Wiki } for the Mediawiki API.
* The class {@link Wiki } has only been slightly modified here and the implementation is neither
* copyrighted, owned or maintained by the Mediawiki-Japi project. Please look at the javadoc and
* source code of this class for further details.
* @see Mediawiki API documentation
* From a license point of view the package content is not fully part of Mediawiki-Japi
* just the Wiki.java modifications are having the different license as outline
* in the header of the file (see
* GPL linking classpath exception
*/
package org.wikipedia;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy