is not current version
Last Version 1.0.0-BETA1

org.odftoolkit:odftoolkit 0.9.0

The 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.

GroupId

GroupId

org.odftoolkit
ArtifactId

ArtifactId

odftoolkit
Version

Version

0.9.0
Type

Type

pom

Download odftoolkit 0.9.0

Filename Size
odftoolkit-0.9.0.pom 27 KB
Browse

<!-- https://jarcasting.com/artifacts/org.odftoolkit/odftoolkit/ -->
<dependency>
    <groupId>org.odftoolkit</groupId>
    <artifactId>odftoolkit</artifactId>
    <version>0.9.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.odftoolkit/odftoolkit/
implementation 'org.odftoolkit:odftoolkit:0.9.0'
// https://jarcasting.com/artifacts/org.odftoolkit/odftoolkit/
implementation ("org.odftoolkit:odftoolkit:0.9.0")
'org.odftoolkit:odftoolkit:pom:0.9.0'
<dependency org="org.odftoolkit" name="odftoolkit" rev="0.9.0">
  <artifact name="odftoolkit" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.odftoolkit', module='odftoolkit', version='0.9.0')
)
libraryDependencies += "org.odftoolkit" % "odftoolkit" % "0.9.0"
[org.odftoolkit/odftoolkit "0.9.0"]