License |
License |
---|---|
GroupId | GroupIdorg.odftoolkit |
ArtifactId | ArtifactIdsimple-odf |
Last Version | Last Version0.9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimple Java API for ODF (Simple ODF)
A simple API for easy manipulation of ODF documents.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
simple-odf-0.9.0.pom | |
simple-odf-0.9.0.jar | 617 KB |
simple-odf-0.9.0-sources.jar | 402 KB |
simple-odf-0.9.0-javadoc.jar | 1 MB |
simple-odf-0.9.0-jar-with-dependencies.jar | 13 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.odftoolkit/simple-odf/ -->
<dependency>
<groupId>org.odftoolkit</groupId>
<artifactId>simple-odf</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.odftoolkit/simple-odf/
implementation 'org.odftoolkit:simple-odf:0.9.0'
// https://jarcasting.com/artifacts/org.odftoolkit/simple-odf/
implementation ("org.odftoolkit:simple-odf:0.9.0")
'org.odftoolkit:simple-odf:jar:0.9.0'
<dependency org="org.odftoolkit" name="simple-odf" rev="0.9.0">
<artifact name="simple-odf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.odftoolkit', module='simple-odf', version='0.9.0')
)
libraryDependencies += "org.odftoolkit" % "simple-odf" % "0.9.0"
[org.odftoolkit/simple-odf "0.9.0"]
Group / Artifact | Type | Version |
---|---|---|
org.odftoolkit : odfdom-java | jar | 0.9.0 |
xerces : xercesImpl | jar | 2.12.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |