| GroupId | GroupIdcom.gitee.zhibi |
|---|---|
| ArtifactId | ArtifactIdfast-poi |
| Version | Version2.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| fast-poi-2.5.pom | |
| fast-poi-2.5.jar | 42 KB |
| fast-poi-2.5-sources.jar | 27 KB |
| fast-poi-2.5-javadoc.jar | 255 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.zhibi/fast-poi/ -->
<dependency>
<groupId>com.gitee.zhibi</groupId>
<artifactId>fast-poi</artifactId>
<version>2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.zhibi/fast-poi/
implementation 'com.gitee.zhibi:fast-poi:2.5'
// https://jarcasting.com/artifacts/com.gitee.zhibi/fast-poi/
implementation ("com.gitee.zhibi:fast-poi:2.5")
'com.gitee.zhibi:fast-poi:jar:2.5'
<dependency org="com.gitee.zhibi" name="fast-poi" rev="2.5">
<artifact name="fast-poi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.zhibi', module='fast-poi', version='2.5')
)
libraryDependencies += "com.gitee.zhibi" % "fast-poi" % "2.5"
[com.gitee.zhibi/fast-poi "2.5"]