is not current version
Last Version 1.0.4

com.github.nomou.spreadsheet:spreadsheet-api 1.0.2

a simple streaming spreadsheet api

GroupId

GroupId

com.github.nomou.spreadsheet
ArtifactId

ArtifactId

spreadsheet-api
Version

Version

1.0.2
Type

Type

jar

Download spreadsheet-api 1.0.2


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