S

SODS

A library for load/save ODS files in java.
https://github.com/miachm/SODS
The Unlicense
Miguel Chacon
Files download
File Operation
SODS-1.5.4.jar download
SODS-1.5.4.pom download
SODS-1.5.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.miachm.sods</groupId>
  <artifactId>SODS</artifactId>
  <version>1.5.4</version>
</dependency>
Gradle Groovy
implementation 'com.github.miachm.sods:SODS:1.5.4'
Gradle Kotlin
implementation("com.github.miachm.sods:SODS:1.5.4")
Scala SBT
libraryDependencies += "com.github.miachm.sods" % "SODS" % "1.5.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.miachm.sods', module='SODS', version='1.5.4')
)
Apache Ivy
<dependency org="com.github.miachm.sods" name="SODS" rev="1.5.4" />
Leiningen
[com.github.miachm.sods/SODS "1.5.4"]
Apache Buildr
'com.github.miachm.sods:SODS:jar:1.5.4'