is not current version
Last Version 4.4.0

cn.afterturn:easypoi-annotation 4.1.1

基础注解类,解耦合

GroupId

GroupId

cn.afterturn
ArtifactId

ArtifactId

easypoi-annotation
Version

Version

4.1.1
Type

Type

jar

Download easypoi-annotation 4.1.1


<!-- https://jarcasting.com/artifacts/cn.afterturn/easypoi-annotation/ -->
<dependency>
    <groupId>cn.afterturn</groupId>
    <artifactId>easypoi-annotation</artifactId>
    <version>4.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.afterturn/easypoi-annotation/
implementation 'cn.afterturn:easypoi-annotation:4.1.1'
// https://jarcasting.com/artifacts/cn.afterturn/easypoi-annotation/
implementation ("cn.afterturn:easypoi-annotation:4.1.1")
'cn.afterturn:easypoi-annotation:jar:4.1.1'
<dependency org="cn.afterturn" name="easypoi-annotation" rev="4.1.1">
  <artifact name="easypoi-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.afterturn', module='easypoi-annotation', version='4.1.1')
)
libraryDependencies += "cn.afterturn" % "easypoi-annotation" % "4.1.1"
[cn.afterturn/easypoi-annotation "4.1.1"]