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