Developer Repository Update v1.7.0 (FlatBuffers)

Hello all,

We added libraries to the Developer Repository; most notably, it includes a library supporting FlatBuffers.

FlatBuffers is an open-source, cross-platform serialization library designed by Google.

This library makes the Java API of this library available in the MicroEJ environment and deployable into MicroEJ-supported platforms.

This library contains the original FlatBuffers API and its implementation, modified to compile against the EDC API and eclasspath libraries.

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

<dependency org="com.google" name="flatbuffers" rev="1.0.0" />

Happy coding!
The MicroEJ Team