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