| GroupId | GroupIdcom.github.nomou.spreadsheet |
|---|---|
| ArtifactId | ArtifactIdspreadsheet-ms-excel |
| Version | Version1.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| spreadsheet-ms-excel-1.0.3.pom | |
| spreadsheet-ms-excel-1.0.3.jar | 34 KB |
| spreadsheet-ms-excel-1.0.3-sources.jar | 22 KB |
| spreadsheet-ms-excel-1.0.3-javadoc.jar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.nomou.spreadsheet/spreadsheet-ms-excel/ -->
<dependency>
<groupId>com.github.nomou.spreadsheet</groupId>
<artifactId>spreadsheet-ms-excel</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nomou.spreadsheet/spreadsheet-ms-excel/
implementation 'com.github.nomou.spreadsheet:spreadsheet-ms-excel:1.0.3'
// https://jarcasting.com/artifacts/com.github.nomou.spreadsheet/spreadsheet-ms-excel/
implementation ("com.github.nomou.spreadsheet:spreadsheet-ms-excel:1.0.3")
'com.github.nomou.spreadsheet:spreadsheet-ms-excel:jar:1.0.3'
<dependency org="com.github.nomou.spreadsheet" name="spreadsheet-ms-excel" rev="1.0.3">
<artifact name="spreadsheet-ms-excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nomou.spreadsheet', module='spreadsheet-ms-excel', version='1.0.3')
)
libraryDependencies += "com.github.nomou.spreadsheet" % "spreadsheet-ms-excel" % "1.0.3"
[com.github.nomou.spreadsheet/spreadsheet-ms-excel "1.0.3"]