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