o

odftoolkit

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.
http://incubator.apache.org/odftoolkit/
The Apache Software Foundation
Svante Han Biao Ying Chun Guo Wei Hua Wang Frank Lars Steffen Hans-Peter Bernd Michael Christian Florian Hopf
文件下载
文件名 操作
odftoolkit-0.6.1-incubating.pom 下载
Apache Maven
<dependency>
  <groupId>org.apache.odftoolkit</groupId>
  <artifactId>odftoolkit</artifactId>
  <version>0.6.1-incubating</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.odftoolkit:odftoolkit:0.6.1-incubating'
Gradle Kotlin
implementation("org.apache.odftoolkit:odftoolkit:0.6.1-incubating")
Scala SBT
libraryDependencies += "org.apache.odftoolkit" % "odftoolkit" % "0.6.1-incubating"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.odftoolkit', module='odftoolkit', version='0.6.1-incubating')
)
Apache Ivy
<dependency org="org.apache.odftoolkit" name="odftoolkit" rev="0.6.1-incubating" />
Leiningen
[org.apache.odftoolkit/odftoolkit "0.6.1-incubating"]
Apache Buildr
'org.apache.odftoolkit:odftoolkit:jar:0.6.1-incubating'