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.6.2.jar download
SODS-1.6.2.pom download
SODS-1.6.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.miachm.sods</groupId>
  <artifactId>SODS</artifactId>
  <version>1.6.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.miachm.sods:SODS:1.6.2'
Gradle Kotlin
implementation("com.github.miachm.sods:SODS:1.6.2")
Scala SBT
libraryDependencies += "com.github.miachm.sods" % "SODS" % "1.6.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.miachm.sods', module='SODS', version='1.6.2')
)
Apache Ivy
<dependency org="com.github.miachm.sods" name="SODS" rev="1.6.2" />
Leiningen
[com.github.miachm.sods/SODS "1.6.2"]
Apache Buildr
'com.github.miachm.sods:SODS:jar:1.6.2'