| License |
License |
|---|---|
| GroupId | GroupIdcom.janeluo |
| ArtifactId | ArtifactIdeasypoi-annotation |
| Last Version | Last Version4.3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description基础注解类,解耦合
|
| Filename | Size |
|---|---|
| easypoi-annotation-4.3.0.pom | |
| easypoi-annotation-4.3.0.jar | 4 KB |
| easypoi-annotation-4.3.0-sources.jar | 7 KB |
| easypoi-annotation-4.3.0-javadoc.jar | 43 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.janeluo/easypoi-annotation/ -->
<dependency>
<groupId>com.janeluo</groupId>
<artifactId>easypoi-annotation</artifactId>
<version>4.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.janeluo/easypoi-annotation/
implementation 'com.janeluo:easypoi-annotation:4.3.0'
// https://jarcasting.com/artifacts/com.janeluo/easypoi-annotation/
implementation ("com.janeluo:easypoi-annotation:4.3.0")
'com.janeluo:easypoi-annotation:jar:4.3.0'
<dependency org="com.janeluo" name="easypoi-annotation" rev="4.3.0">
<artifact name="easypoi-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.janeluo', module='easypoi-annotation', version='4.3.0')
)
libraryDependencies += "com.janeluo" % "easypoi-annotation" % "4.3.0"
[com.janeluo/easypoi-annotation "4.3.0"]