| Categories |
CategoriesAuto Application Layer Libs Code Generators |
|---|---|
| GroupId | GroupIdorg.jeecgframework |
| ArtifactId | ArtifactIdautopoi |
| Version | Version1.2.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| autopoi-1.2.4.pom | |
| autopoi-1.2.4.jar | 167 KB |
| autopoi-1.2.4-sources.jar | 138 KB |
| autopoi-1.2.4-javadoc.jar | 685 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jeecgframework/autopoi/ -->
<dependency>
<groupId>org.jeecgframework</groupId>
<artifactId>autopoi</artifactId>
<version>1.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.jeecgframework/autopoi/
implementation 'org.jeecgframework:autopoi:1.2.4'
// https://jarcasting.com/artifacts/org.jeecgframework/autopoi/
implementation ("org.jeecgframework:autopoi:1.2.4")
'org.jeecgframework:autopoi:jar:1.2.4'
<dependency org="org.jeecgframework" name="autopoi" rev="1.2.4">
<artifact name="autopoi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jeecgframework', module='autopoi', version='1.2.4')
)
libraryDependencies += "org.jeecgframework" % "autopoi" % "1.2.4"
[org.jeecgframework/autopoi "1.2.4"]