GroupId | GroupIdorg.jeecgframework |
---|---|
ArtifactId | ArtifactIdjeasypoi-base |
Version | Version2.1.8 |
Type | Typejar |
Filename | Size |
---|---|
jeasypoi-base-2.1.8.pom | |
jeasypoi-base-2.1.8.jar | 157 KB |
jeasypoi-base-2.1.8-sources.jar | 129 KB |
jeasypoi-base-2.1.8-javadoc.jar | 651 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jeecgframework/jeasypoi-base/ -->
<dependency>
<groupId>org.jeecgframework</groupId>
<artifactId>jeasypoi-base</artifactId>
<version>2.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.jeecgframework/jeasypoi-base/
implementation 'org.jeecgframework:jeasypoi-base:2.1.8'
// https://jarcasting.com/artifacts/org.jeecgframework/jeasypoi-base/
implementation ("org.jeecgframework:jeasypoi-base:2.1.8")
'org.jeecgframework:jeasypoi-base:jar:2.1.8'
<dependency org="org.jeecgframework" name="jeasypoi-base" rev="2.1.8">
<artifact name="jeasypoi-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jeecgframework', module='jeasypoi-base', version='2.1.8')
)
libraryDependencies += "org.jeecgframework" % "jeasypoi-base" % "2.1.8"
[org.jeecgframework/jeasypoi-base "2.1.8"]