OOOEngine
Last modified by christoph_lechleitner@iteg_at on 2012-08-10 04.22:28
OOOEngine provides Java tools to manipulate ODF documents by remotely controlling an OpenOffice or LibreOffice instance, usually maintained by LibO-Server.
OOOEngine is available as legacy library jar and as OSGi bundle, both from our Maven Server, at: http://maven.clazzes.org/org/clazzes/oooengine/ (see below for pom.xml).
Repositories:
Subversion: https://svn.clazzes.org/svn/oooengine/trunk/oooengine/.
pom.xml snippet:
<repository>
<id>clazzes.org</id>
<url>http://mvn.clazzes.org/</url>
</repository>
...
<dependency>
<groupId>org.clazzes.oooengine</groupId>
<artifactId>oooengine</artifactId>
<version>1.0.0</version>
</dependency>
<id>clazzes.org</id>
<url>http://mvn.clazzes.org/</url>
</repository>
...
<dependency>
<groupId>org.clazzes.oooengine</groupId>
<artifactId>oooengine</artifactId>
<version>1.0.0</version>
</dependency>