文件下载
文件名 操作
excel-count-1.0.1.1-RELEASE.jar 下载
excel-count-1.0.1.1-RELEASE.pom 下载
excel-count-1.0.1.1-RELEASE-sources.jar 下载
Apache Maven
<dependency>
  <groupId>top.kiswich</groupId>
  <artifactId>excel-count</artifactId>
  <version>1.0.1.1-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'top.kiswich:excel-count:1.0.1.1-RELEASE'
Gradle Kotlin
implementation("top.kiswich:excel-count:1.0.1.1-RELEASE")
Scala SBT
libraryDependencies += "top.kiswich" % "excel-count" % "1.0.1.1-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='top.kiswich', module='excel-count', version='1.0.1.1-RELEASE')
)
Apache Ivy
<dependency org="top.kiswich" name="excel-count" rev="1.0.1.1-RELEASE" />
Leiningen
[top.kiswich/excel-count "1.0.1.1-RELEASE"]
Apache Buildr
'top.kiswich:excel-count:jar:1.0.1.1-RELEASE'