is not current version
Last Version 0.8.1

FastODS parent 0.7.4

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 - parent

License

License

GroupId

GroupId

com.github.jferard
ArtifactId

ArtifactId

fastods-parent
Version

Version

0.7.4
Type

Type

pom
Description

Description

FastODS parent
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 - parent
Project URL

Project URL

https://github.com/jferard/fastods

Download fastods-parent 0.7.4

Filename Size
fastods-parent-0.7.4.pom 12 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • fastods-testlib
  • fastods
  • fastods-crypto
  • fastods-extra
  • fastods-examples