| Категории |
КатегорииSBE Данные Data Structures |
|---|---|
| Группа | Группаth.co.geniustree |
| Идентификатор | ИдентификаторxlsBean |
| Версия | Версия1.0-M2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| xlsBean-1.0-M2.pom | |
| xlsBean-1.0-M2.jar | 8 KB |
| xlsBean-1.0-M2-sources.jar | 3 KB |
| xlsBean-1.0-M2-javadoc.jar | 49 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/th.co.geniustree/xlsBean/ -->
<dependency>
<groupId>th.co.geniustree</groupId>
<artifactId>xlsBean</artifactId>
<version>1.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/th.co.geniustree/xlsBean/
implementation 'th.co.geniustree:xlsBean:1.0-M2'
// https://jarcasting.com/artifacts/th.co.geniustree/xlsBean/
implementation ("th.co.geniustree:xlsBean:1.0-M2")
'th.co.geniustree:xlsBean:jar:1.0-M2'
<dependency org="th.co.geniustree" name="xlsBean" rev="1.0-M2">
<artifact name="xlsBean" type="jar" />
</dependency>
@Grapes(
@Grab(group='th.co.geniustree', module='xlsBean', version='1.0-M2')
)
libraryDependencies += "th.co.geniustree" % "xlsBean" % "1.0-M2"
[th.co.geniustree/xlsBean "1.0-M2"]