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