| License |
License |
|---|---|
| GroupId | GroupIdcom.github.miachm.sods |
| ArtifactId | ArtifactIdSODS |
| Version | Version1.3.0 |
| Type | Typejar |
| Description |
DescriptionSimple ODS library
A library for load/save ODS files in java.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| SODS-1.3.0.pom | |
| SODS-1.3.0.jar | 77 KB |
| SODS-1.3.0-sources.jar | 42 KB |
| SODS-1.3.0-javadoc.jar | 116 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.miachm.sods/SODS/ -->
<dependency>
<groupId>com.github.miachm.sods</groupId>
<artifactId>SODS</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.miachm.sods/SODS/
implementation 'com.github.miachm.sods:SODS:1.3.0'
// https://jarcasting.com/artifacts/com.github.miachm.sods/SODS/
implementation ("com.github.miachm.sods:SODS:1.3.0")
'com.github.miachm.sods:SODS:jar:1.3.0'
<dependency org="com.github.miachm.sods" name="SODS" rev="1.3.0">
<artifact name="SODS" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.miachm.sods', module='SODS', version='1.3.0')
)
libraryDependencies += "com.github.miachm.sods" % "SODS" % "1.3.0"
[com.github.miachm.sods/SODS "1.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 6.8 |