is not current version
Last Version 2.4.0

org.jeecg:easypoi-annotation 2.3.1

基础注解类,解耦合

GroupId

GroupId

org.jeecg
ArtifactId

ArtifactId

easypoi-annotation
Version

Version

2.3.1
Type

Type

jar

Download easypoi-annotation 2.3.1


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