is not current version
Last Version 1.0.4

com.github.nomou.spreadsheet:spreadsheet 1.0.2

a simple streaming spreadsheet lib

GroupId

GroupId

com.github.nomou.spreadsheet
ArtifactId

ArtifactId

spreadsheet
Version

Version

1.0.2
Type

Type

pom

Download spreadsheet 1.0.2

Filename Size
spreadsheet-1.0.2.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.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nomou.spreadsheet/spreadsheet/
implementation 'com.github.nomou.spreadsheet:spreadsheet:1.0.2'
// https://jarcasting.com/artifacts/com.github.nomou.spreadsheet/spreadsheet/
implementation ("com.github.nomou.spreadsheet:spreadsheet:1.0.2")
'com.github.nomou.spreadsheet:spreadsheet:pom:1.0.2'
<dependency org="com.github.nomou.spreadsheet" name="spreadsheet" rev="1.0.2">
  <artifact name="spreadsheet" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.nomou.spreadsheet', module='spreadsheet', version='1.0.2')
)
libraryDependencies += "com.github.nomou.spreadsheet" % "spreadsheet" % "1.0.2"
[com.github.nomou.spreadsheet/spreadsheet "1.0.2"]