is not current version
Last Version 0.8.1

com.github.jferard:fastods 0.6.0

A 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

GroupId

GroupId

com.github.jferard
ArtifactId

ArtifactId

fastods
Version

Version

0.6.0
Type

Type

jar

Download fastods 0.6.0


<!-- https://jarcasting.com/artifacts/com.github.jferard/fastods/ -->
<dependency>
    <groupId>com.github.jferard</groupId>
    <artifactId>fastods</artifactId>
    <version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jferard/fastods/
implementation 'com.github.jferard:fastods:0.6.0'
// https://jarcasting.com/artifacts/com.github.jferard/fastods/
implementation ("com.github.jferard:fastods:0.6.0")
'com.github.jferard:fastods:jar:0.6.0'
<dependency org="com.github.jferard" name="fastods" rev="0.6.0">
  <artifact name="fastods" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jferard', module='fastods', version='0.6.0')
)
libraryDependencies += "com.github.jferard" % "fastods" % "0.6.0"
[com.github.jferard/fastods "0.6.0"]