License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdorg.odftoolkit |
ArtifactId | ArtifactIdsimple-java |
Last Version | Last Version0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimple Java API for ODF project
Simple Java API for ODF project
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
simple-java-0.4.pom | |
simple-java-0.4.jar | 240 KB |
simple-java-0.4-sources.jar | 169 KB |
simple-java-0.4-javadoc.jar | 596 KB |
simple-java-0.4-jar-with-dependencies.jar | 5 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.odftoolkit/simple-java/ -->
<dependency>
<groupId>org.odftoolkit</groupId>
<artifactId>simple-java</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.odftoolkit/simple-java/
implementation 'org.odftoolkit:simple-java:0.4'
// https://jarcasting.com/artifacts/org.odftoolkit/simple-java/
implementation ("org.odftoolkit:simple-java:0.4")
'org.odftoolkit:simple-java:jar:0.4'
<dependency org="org.odftoolkit" name="simple-java" rev="0.4">
<artifact name="simple-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.odftoolkit', module='simple-java', version='0.4')
)
libraryDependencies += "org.odftoolkit" % "simple-java" % "0.4"
[org.odftoolkit/simple-java "0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.odftoolkit : odfdom-java | jar | 0.8.7 |
xerces : xercesImpl | jar | 2.9.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |