GroupId | GroupIdcn.afterturn |
---|---|
ArtifactId | ArtifactIdeasypoi-annotation |
Version | Version3.0.2 |
Type | Typejar |
Filename | Size |
---|---|
easypoi-annotation-3.0.2.pom | |
easypoi-annotation-3.0.2.jar | 4 KB |
easypoi-annotation-3.0.2-sources.jar | 7 KB |
easypoi-annotation-3.0.2-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.afterturn/easypoi-annotation/ -->
<dependency>
<groupId>cn.afterturn</groupId>
<artifactId>easypoi-annotation</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.afterturn/easypoi-annotation/
implementation 'cn.afterturn:easypoi-annotation:3.0.2'
// https://jarcasting.com/artifacts/cn.afterturn/easypoi-annotation/
implementation ("cn.afterturn:easypoi-annotation:3.0.2")
'cn.afterturn:easypoi-annotation:jar:3.0.2'
<dependency org="cn.afterturn" name="easypoi-annotation" rev="3.0.2">
<artifact name="easypoi-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.afterturn', module='easypoi-annotation', version='3.0.2')
)
libraryDependencies += "cn.afterturn" % "easypoi-annotation" % "3.0.2"
[cn.afterturn/easypoi-annotation "3.0.2"]