Developer Repository Update v1.9.0 (WebP and JavaFX)

Hello all,

We added libraries to the Developer Repository; most notably, this update includes modules allowing the use of a WebP decoder in MicroEJ applications through MicroUI (in the v1.8.0 version) and the use of JavaFX in simulator mocks (in the v1.9.0 version).

You can use the needed library in your application (if you use the default configuration of MICROEJ SDK) by adding the corresponding dependency line in the module.ivy file of your project:

<dependency org="com.microej.tool" name="imageio-webp" rev="1.0.1" />
<dependency org="com.microej.clibrary.thirdparty" name="libwebp" rev="1.0.1" />

<dependency org="com.microej.tool" name="javafx" rev="1.2.0" />

Happy coding!
The MicroEJ Team