is not current version
Last Version 0.9.0

org.odftoolkit:simple-odf 0.6

Simple Java API for ODF project

GroupId

GroupId

org.odftoolkit
ArtifactId

ArtifactId

simple-odf
Version

Version

0.6
Type

Type

jar

Download simple-odf 0.6


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