is not current version
Last Version 1.3

org.jopendocument:jOpenDocument 1.2

jOpenDocument is a free library for developers looking to use Open Document files without OpenOffice.org.

GroupId

GroupId

org.jopendocument
ArtifactId

ArtifactId

jOpenDocument
Version

Version

1.2
Type

Type

jar

Download jOpenDocument 1.2


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