MVN

com.github.jferard : fastods-parent

Maven & Gradle

Dec 24, 2021
34 stars

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

<dependency>
    <groupId>com.github.jferard</groupId>
    <artifactId>fastods-parent</artifactId>
    <version>0.8.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jferard : fastods-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.8.1

All Versions

Choose a version of com.github.jferard : fastods-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.8.x
fastods-parent-0.8.1
0.7.x
fastods-parent-0.7.4
fastods-parent-0.7.3
fastods-parent-0.7.2
fastods-parent-0.7.1
fastods-parent-0.7.0
0.6.x
fastods-parent-0.6.2
fastods-parent-0.6.1
fastods-parent-0.6.0
0.5.x
fastods-parent-0.5.1
fastods-parent-0.5.0
0.4.x
fastods-parent-0.4.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.jferard</groupId>
    <artifactId>fastods-parent</artifactId>
    <version>0.8.1</version>
</dependency>

Advertisement