Metadata Java library

In order to generate the Json metadata blocks, we also provide a Java library called amalia-model. Some tools and examples are already available, you will find them in the test and tools directories. This library is also published on Maven central. The last stable release is 0.2.5. Snapshots are also available on Sonatype repository. You can use it easily in your own application by adding a dependency

<dependency>

    <groupId>fr.ina.research</groupId>

    <artifactId>amalia-model</artifactId>

    <version>0.2.5</version>

</dependency>

Documentation