| Группа | Группаcom.github.nomou.spreadsheet |
|---|---|
| Идентификатор | Идентификаторspreadsheet |
| Версия | Версия1.0.2 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| spreadsheet-1.0.2.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.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"]