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