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