is not current version
Last Version 1.4.0

com.github.miachm.sods:SODS 1.2.2

A library for load/save ODS files in java.

GroupId

GroupId

com.github.miachm.sods
ArtifactId

ArtifactId

SODS
Version

Version

1.2.2
Type

Type

jar

Download SODS 1.2.2


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