MVN

org.apache.odftoolkit : odfdom-java

Maven & Gradle

Mar 29, 2017
1 usages

ODFDOM · ODFDOM is an OpenDocument Format (ODF) framework. Its purpose is to provide an easy common way to create, access and manipulate ODF files, without requiring detailed knowledge of the ODF specification. It is designed to provide the ODF developer community with an easy lightwork programming API portable to any object-oriented language. The current reference implementation is written in Java.

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

Latest Version

Choose a version of org.apache.odftoolkit : odfdom-java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.11-incubating

All Versions

Choose a version of org.apache.odftoolkit : odfdom-java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
odfdom-java-0.8.11-incubating
odfdom-java-0.8.10-incubating
odfdom-java-0.8.8-incubating

How to add a dependency to Maven

Add the following org.apache.odftoolkit : odfdom-java maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.odftoolkit</groupId>
    <artifactId>odfdom-java</artifactId>
    <version>0.8.11-incubating</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.odftoolkit : odfdom-java gradle dependency to your build.gradle file:

implementation 'org.apache.odftoolkit:odfdom-java:0.8.11-incubating'

Gradle Kotlin DSL: Add the following org.apache.odftoolkit : odfdom-java gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.odftoolkit:odfdom-java:0.8.11-incubating")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.odftoolkit : odfdom-java sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.odftoolkit" % "odfdom-java" % "0.8.11-incubating"