Welcome to the TUV Indenica Maven repository and Eclipse update site.
Monina Editor
Add the MONINA editor to your Eclipse installation by adding the following updatesite: http://raw.github.com/indenicatuv/releases/p2-monina/
Runtime Core
Add the Indenica Runtime Core to your Maven project by adding the following to your pom.xml
:
<dependencies>
<groupId>eu.indenica.runtime</groupId>
<artifactId>core</artifactId>
<version>0.1.0</version>
</dependencies>
<repositories>
<repository>
<id>indenica-rt-core</id>
<url>https://raw.github.com/indenicatuv/releases/mvn-core/</url>
</repository>
</repositories>