Files download
File Operation
poi-annotation-1.0.1.jar download
poi-annotation-1.0.1.pom download
poi-annotation-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.sunjinxi1994</groupId>
  <artifactId>poi-annotation</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.sunjinxi1994:poi-annotation:1.0.1'
Gradle Kotlin
implementation("io.github.sunjinxi1994:poi-annotation:1.0.1")
Scala SBT
libraryDependencies += "io.github.sunjinxi1994" % "poi-annotation" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.sunjinxi1994', module='poi-annotation', version='1.0.1')
)
Apache Ivy
<dependency org="io.github.sunjinxi1994" name="poi-annotation" rev="1.0.1" />
Leiningen
[io.github.sunjinxi1994/poi-annotation "1.0.1"]
Apache Buildr
'io.github.sunjinxi1994:poi-annotation:jar:1.0.1'
Dependencies
The project has no third-party dependencies