License |
License |
---|---|
GroupId | GroupIdorg.apache.odftoolkit |
ArtifactId | ArtifactIdsimple-odf |
Last Version | Last Version0.8.2-incubating |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimple Java API for ODF (Simple ODF)
A simple API for easy manipulation of ODF documents.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.odftoolkit/simple-odf/ -->
<dependency>
<groupId>org.apache.odftoolkit</groupId>
<artifactId>simple-odf</artifactId>
<version>0.8.2-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.odftoolkit/simple-odf/
implementation 'org.apache.odftoolkit:simple-odf:0.8.2-incubating'
// https://jarcasting.com/artifacts/org.apache.odftoolkit/simple-odf/
implementation ("org.apache.odftoolkit:simple-odf:0.8.2-incubating")
'org.apache.odftoolkit:simple-odf:jar:0.8.2-incubating'
<dependency org="org.apache.odftoolkit" name="simple-odf" rev="0.8.2-incubating">
<artifact name="simple-odf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.odftoolkit', module='simple-odf', version='0.8.2-incubating')
)
libraryDependencies += "org.apache.odftoolkit" % "simple-odf" % "0.8.2-incubating"
[org.apache.odftoolkit/simple-odf "0.8.2-incubating"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.odftoolkit : odfdom-java | jar | 0.8.11-incubating |
xerces : xercesImpl | jar | 2.9.1 |
xml-apis : xml-apis | jar | 1.3.04 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |