is not current version
Last Version 1.0.0-BETA1

org.odftoolkit:odftoolkit 0.9.0-RC1

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-RC1
Type

Type

pom

Download odftoolkit 0.9.0-RC1

Filename Size
odftoolkit-0.9.0-RC1.pom 13 KB
Browse

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