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