is not current version
Last Version 1.0.4

com.github.nomou.spreadsheet:spreadsheet 1.0.3

a simple streaming spreadsheet lib

GroupId

GroupId

com.github.nomou.spreadsheet
ArtifactId

ArtifactId

spreadsheet
Version

Version

1.0.3
Type

Type

pom

Download spreadsheet 1.0.3

Filename Size
spreadsheet-1.0.3.pom 9 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.nomou.spreadsheet/spreadsheet/ -->
<dependency>
    <groupId>com.github.nomou.spreadsheet</groupId>
    <artifactId>spreadsheet</artifactId>
    <version>1.0.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nomou.spreadsheet/spreadsheet/
implementation 'com.github.nomou.spreadsheet:spreadsheet:1.0.3'
// https://jarcasting.com/artifacts/com.github.nomou.spreadsheet/spreadsheet/
implementation ("com.github.nomou.spreadsheet:spreadsheet:1.0.3")
'com.github.nomou.spreadsheet:spreadsheet:pom:1.0.3'
<dependency org="com.github.nomou.spreadsheet" name="spreadsheet" rev="1.0.3">
  <artifact name="spreadsheet" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.nomou.spreadsheet', module='spreadsheet', version='1.0.3')
)
libraryDependencies += "com.github.nomou.spreadsheet" % "spreadsheet" % "1.0.3"
[com.github.nomou.spreadsheet/spreadsheet "1.0.3"]