| License | License | 
|---|---|
| GroupId | GroupIdorg.apache.odftoolkit | 
| ArtifactId | ArtifactIdodftoolkit | 
| Last Version | Last Version0.6.2-incubating | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionApache 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. | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| odftoolkit-0.6.2-incubating.pom | 13 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.odftoolkit/odftoolkit/ -->
<dependency>
    <groupId>org.apache.odftoolkit</groupId>
    <artifactId>odftoolkit</artifactId>
    <version>0.6.2-incubating</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.apache.odftoolkit/odftoolkit/
implementation 'org.apache.odftoolkit:odftoolkit:0.6.2-incubating'// https://jarcasting.com/artifacts/org.apache.odftoolkit/odftoolkit/
implementation ("org.apache.odftoolkit:odftoolkit:0.6.2-incubating")'org.apache.odftoolkit:odftoolkit:pom:0.6.2-incubating'<dependency org="org.apache.odftoolkit" name="odftoolkit" rev="0.6.2-incubating">
  <artifact name="odftoolkit" type="pom" />
</dependency>@Grapes(
@Grab(group='org.apache.odftoolkit', module='odftoolkit', version='0.6.2-incubating')
)libraryDependencies += "org.apache.odftoolkit" % "odftoolkit" % "0.6.2-incubating"[org.apache.odftoolkit/odftoolkit "0.6.2-incubating"]