License |
License |
---|---|
GroupId | GroupIdcom.github.miachm.sods |
ArtifactId | ArtifactIdSODS |
Last Version | Last Version1.4.0 |
Release Date | Release Date |
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.4.0.pom | |
SODS-1.4.0.jar | 67 KB |
SODS-1.4.0-sources.jar | 36 KB |
SODS-1.4.0-javadoc.jar | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.miachm.sods/SODS/ -->
<dependency>
<groupId>com.github.miachm.sods</groupId>
<artifactId>SODS</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.miachm.sods/SODS/
implementation 'com.github.miachm.sods:SODS:1.4.0'
// https://jarcasting.com/artifacts/com.github.miachm.sods/SODS/
implementation ("com.github.miachm.sods:SODS:1.4.0")
'com.github.miachm.sods:SODS:jar:1.4.0'
<dependency org="com.github.miachm.sods" name="SODS" rev="1.4.0">
<artifact name="SODS" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.miachm.sods', module='SODS', version='1.4.0')
)
libraryDependencies += "com.github.miachm.sods" % "SODS" % "1.4.0"
[com.github.miachm.sods/SODS "1.4.0"]
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8 |