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