License |
License |
---|---|
GroupId | GroupIdcom.github.jferard |
ArtifactId | ArtifactIdfastods-examples |
Version | Version0.7.4 |
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.7.4.pom | |
fastods-examples-0.7.4.jar | 439 KB |
fastods-examples-0.7.4-sources.jar | 43 KB |
fastods-examples-0.7.4-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jferard/fastods-examples/ -->
<dependency>
<groupId>com.github.jferard</groupId>
<artifactId>fastods-examples</artifactId>
<version>0.7.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jferard/fastods-examples/
implementation 'com.github.jferard:fastods-examples:0.7.4'
// https://jarcasting.com/artifacts/com.github.jferard/fastods-examples/
implementation ("com.github.jferard:fastods-examples:0.7.4")
'com.github.jferard:fastods-examples:jar:0.7.4'
<dependency org="com.github.jferard" name="fastods-examples" rev="0.7.4">
<artifact name="fastods-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jferard', module='fastods-examples', version='0.7.4')
)
libraryDependencies += "com.github.jferard" % "fastods-examples" % "0.7.4"
[com.github.jferard/fastods-examples "0.7.4"]
Group / Artifact | Type | Version |
---|---|---|
com.github.jferard : fastods | jar | 0.7.4 |
com.github.jferard : fastods-crypto | jar | 0.7.4 |
com.h2database : h2 | jar | 1.4.199 |
ant : ant | jar | 1.7.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |