Files download
File Operation
btg-poi-ext-4.0.3.jar download
btg-poi-ext-4.0.3.pom download
btg-poi-ext-4.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.zcltd.btg</groupId>
  <artifactId>btg-poi-ext</artifactId>
  <version>4.0.3</version>
</dependency>
Gradle Groovy
implementation 'cn.zcltd.btg:btg-poi-ext:4.0.3'
Gradle Kotlin
implementation("cn.zcltd.btg:btg-poi-ext:4.0.3")
Scala SBT
libraryDependencies += "cn.zcltd.btg" % "btg-poi-ext" % "4.0.3"
Groovy Grape
@Grapes(
  @Grab(group='cn.zcltd.btg', module='btg-poi-ext', version='4.0.3')
)
Apache Ivy
<dependency org="cn.zcltd.btg" name="btg-poi-ext" rev="4.0.3" />
Leiningen
[cn.zcltd.btg/btg-poi-ext "4.0.3"]
Apache Buildr
'cn.zcltd.btg:btg-poi-ext:jar:4.0.3'