com.github.jferard:fastods-crypto

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-crypto
Last Version

Last Version

0.8.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download fastods-crypto

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.github.jferard : fastods jar 0.8.1
org.bouncycastle : bcprov-jdk15on jar 1.67

test (4)

Group / Artifact Type Version
junit : junit jar 4.13.1
org.powermock : powermock-module-junit4 jar 2.0.4
org.powermock : powermock-api-easymock jar 2.0.4
org.easymock : easymock jar 4.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.8.1
0.7.4
0.7.3