License |
License |
---|---|
GroupId | GroupIdorg.jopendocument |
ArtifactId | ArtifactIdjOpenDocument |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionjOpenDocument (including dependencies)
jOpenDocument is a free library for developers looking to use
Open Document files without OpenOffice.org.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jOpenDocument-1.3.pom | |
jOpenDocument-1.3.jar | 2 MB |
jOpenDocument-1.3-sources.jar | 1 MB |
jOpenDocument-1.3-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jopendocument/jOpenDocument/ -->
<dependency>
<groupId>org.jopendocument</groupId>
<artifactId>jOpenDocument</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jopendocument/jOpenDocument/
implementation 'org.jopendocument:jOpenDocument:1.3'
// https://jarcasting.com/artifacts/org.jopendocument/jOpenDocument/
implementation ("org.jopendocument:jOpenDocument:1.3")
'org.jopendocument:jOpenDocument:jar:1.3'
<dependency org="org.jopendocument" name="jOpenDocument" rev="1.3">
<artifact name="jOpenDocument" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jopendocument', module='jOpenDocument', version='1.3')
)
libraryDependencies += "org.jopendocument" % "jOpenDocument" % "1.3"
[org.jopendocument/jOpenDocument "1.3"]