MVN

org.apache.odftoolkit : odftoolkit

Maven & Gradle

Mar 29, 2017

Apache ODF Toolkit · The Apache ODF Toolkit is a set of Java modules that allow programmatic creation, scanning and manipulation of Open Document Format (ISO/IEC 26300 == ODF) documents. Unlike other approaches which rely on runtime manipulation of heavy-weight editors via an automation interface, the ODF Toolkit is lightweight and ideal for server use.

<dependency>
    <groupId>org.apache.odftoolkit</groupId>
    <artifactId>odftoolkit</artifactId>
    <version>0.6.2-incubating</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.odftoolkit : odftoolkit to add to Maven - Latest Versions:

  • Latest Stable: 0.6.2-incubating

All Versions

Choose a version of org.apache.odftoolkit : odftoolkit to add to Maven - All Versions:

Version Vulnerabilities Updated
0.6.x
odftoolkit-0.6.2-incubating
odftoolkit-0.6.1-incubating
0.5
odftoolkit-0.5-incubating

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.odftoolkit</groupId>
    <artifactId>odftoolkit</artifactId>
    <version>0.6.2-incubating</version>
</dependency>