GroupId | GroupIdcom.github.nomou.spreadsheet |
---|---|
ArtifactId | ArtifactIdspreadsheet-ms-excel |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
spreadsheet-ms-excel-1.0.2.pom | |
spreadsheet-ms-excel-1.0.2.jar | 34 KB |
spreadsheet-ms-excel-1.0.2-sources.jar | 22 KB |
spreadsheet-ms-excel-1.0.2-javadoc.jar | 38 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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nomou.spreadsheet/spreadsheet-ms-excel/
implementation 'com.github.nomou.spreadsheet:spreadsheet-ms-excel:1.0.2'
// https://jarcasting.com/artifacts/com.github.nomou.spreadsheet/spreadsheet-ms-excel/
implementation ("com.github.nomou.spreadsheet:spreadsheet-ms-excel:1.0.2")
'com.github.nomou.spreadsheet:spreadsheet-ms-excel:jar:1.0.2'
<dependency org="com.github.nomou.spreadsheet" name="spreadsheet-ms-excel" rev="1.0.2">
<artifact name="spreadsheet-ms-excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nomou.spreadsheet', module='spreadsheet-ms-excel', version='1.0.2')
)
libraryDependencies += "com.github.nomou.spreadsheet" % "spreadsheet-ms-excel" % "1.0.2"
[com.github.nomou.spreadsheet/spreadsheet-ms-excel "1.0.2"]