License |
License |
---|---|
GroupId | GroupIdcom.github.nomou.spreadsheet |
ArtifactId | ArtifactIdspreadsheet |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionspreadsheet
a simple streaming spreadsheet lib
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spreadsheet-1.0.4.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nomou.spreadsheet/spreadsheet/ -->
<dependency>
<groupId>com.github.nomou.spreadsheet</groupId>
<artifactId>spreadsheet</artifactId>
<version>1.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nomou.spreadsheet/spreadsheet/
implementation 'com.github.nomou.spreadsheet:spreadsheet:1.0.4'
// https://jarcasting.com/artifacts/com.github.nomou.spreadsheet/spreadsheet/
implementation ("com.github.nomou.spreadsheet:spreadsheet:1.0.4")
'com.github.nomou.spreadsheet:spreadsheet:pom:1.0.4'
<dependency org="com.github.nomou.spreadsheet" name="spreadsheet" rev="1.0.4">
<artifact name="spreadsheet" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.nomou.spreadsheet', module='spreadsheet', version='1.0.4')
)
libraryDependencies += "com.github.nomou.spreadsheet" % "spreadsheet" % "1.0.4"
[com.github.nomou.spreadsheet/spreadsheet "1.0.4"]