Dear all,

We just released Wikidata Toolkit 0.9. Wikidata Toolkit is a Java library allowing to easily reuse Wikidata content using dumps or the API. It also provides helpers for editing.

The highlights of this release are:
- Support of Android.
- A lot of improvements in the editing component (many thanks to Antonin!).
- The RDF module is now emitting the same graphs as Wikibase and has been migrated from Sesame to RDF4J.
- Basic support of Lexemes, Forms and Senses.
- JDK 7 is not supported anymore.
- The simple implementation of DataModel objects has been removed. The library is now using only the Jackson implementation in order to ease its maintenance and avoid conversions. It may break your code if you are relying directly on one of the two previous implementations.

For more details, please see the release notes: https://github.com/Wikidata/Wikidata-Toolkit/blob/master/RELEASE-NOTES.md#version-090

Best,

Thomas (Tpt)