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