| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.nomou.spreadsheet |
| Идентификатор | Идентификаторspreadsheet |
| Версия | Версия1.0.4 |
| Тип | Типpom |
| Описание |
Описаниеspreadsheet
a simple streaming spreadsheet lib
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| spreadsheet-1.0.4.pom | 8 KB |
| Обзор |
<!-- 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"]