| Группа | Группаcom.github.stupdit1t |
|---|---|
| Идентификатор | Идентификаторpoi-excel |
| Версия | Версия1.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| poi-excel-1.1.pom | |
| poi-excel-1.1.jar | 43 KB |
| poi-excel-1.1-sources.jar | 24 KB |
| poi-excel-1.1-javadoc.jar | 161 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.stupdit1t/poi-excel/ -->
<dependency>
<groupId>com.github.stupdit1t</groupId>
<artifactId>poi-excel</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stupdit1t/poi-excel/
implementation 'com.github.stupdit1t:poi-excel:1.1'
// https://jarcasting.com/artifacts/com.github.stupdit1t/poi-excel/
implementation ("com.github.stupdit1t:poi-excel:1.1")
'com.github.stupdit1t:poi-excel:jar:1.1'
<dependency org="com.github.stupdit1t" name="poi-excel" rev="1.1">
<artifact name="poi-excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stupdit1t', module='poi-excel', version='1.1')
)
libraryDependencies += "com.github.stupdit1t" % "poi-excel" % "1.1"
[com.github.stupdit1t/poi-excel "1.1"]