License |
License |
---|---|
GroupId | GroupIdcom.github.jferard |
ArtifactId | ArtifactIdfastods-examples |
Last Version | Last Version0.8.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA very fast and lightweight (no dependency) library for creating ODS (Open Document
Spreadsheet, mainly for Calc) files in Java. It's a Martin Schulz's SimpleODS fork - parent
|
Filename | Size |
---|---|
fastods-examples-0.8.1.pom | |
fastods-examples-0.8.1.jar | 38 KB |
fastods-examples-0.8.1-sources.jar | 39 KB |
fastods-examples-0.8.1-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jferard/fastods-examples/ -->
<dependency>
<groupId>com.github.jferard</groupId>
<artifactId>fastods-examples</artifactId>
<version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jferard/fastods-examples/
implementation 'com.github.jferard:fastods-examples:0.8.1'
// https://jarcasting.com/artifacts/com.github.jferard/fastods-examples/
implementation ("com.github.jferard:fastods-examples:0.8.1")
'com.github.jferard:fastods-examples:jar:0.8.1'
<dependency org="com.github.jferard" name="fastods-examples" rev="0.8.1">
<artifact name="fastods-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jferard', module='fastods-examples', version='0.8.1')
)
libraryDependencies += "com.github.jferard" % "fastods-examples" % "0.8.1"
[com.github.jferard/fastods-examples "0.8.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.jferard : fastods | jar | 0.8.1 |
com.github.jferard : fastods-crypto | jar | 0.8.1 |
org.odftoolkit : odfvalidator | jar | 0.9.0-RC1 |
com.h2database : h2 | jar | 1.4.199 |
ant : ant | jar | 1.7.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |