| License |
License |
|---|---|
| GroupId | GroupIdcom.laiwanzhou.eie |
| ArtifactId | ArtifactIdeie-core |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description${project.groupId}:eie-core
Excel Import and Export.
|
| Filename | Size |
|---|---|
| eie-core-1.0.pom | |
| eie-core-1.0.jar | 44 KB |
| eie-core-1.0-sources.jar | 26 KB |
| eie-core-1.0-javadoc.jar | 176 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.laiwanzhou.eie/eie-core/ -->
<dependency>
<groupId>com.laiwanzhou.eie</groupId>
<artifactId>eie-core</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.laiwanzhou.eie/eie-core/
implementation 'com.laiwanzhou.eie:eie-core:1.0'
// https://jarcasting.com/artifacts/com.laiwanzhou.eie/eie-core/
implementation ("com.laiwanzhou.eie:eie-core:1.0")
'com.laiwanzhou.eie:eie-core:jar:1.0'
<dependency org="com.laiwanzhou.eie" name="eie-core" rev="1.0">
<artifact name="eie-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.laiwanzhou.eie', module='eie-core', version='1.0')
)
libraryDependencies += "com.laiwanzhou.eie" % "eie-core" % "1.0"
[com.laiwanzhou.eie/eie-core "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.poi : poi | jar | 3.17 |
| org.apache.poi : poi-ooxml | jar | 3.17 |
| org.springframework.boot : spring-boot-starter-jdbc | jar | |
| commons-fileupload : commons-fileupload | jar | 1.3.3 |
| org.apache.commons : commons-lang3 | jar | 3.10 |
| commons-beanutils : commons-beanutils | jar | 1.9.4 |
| com.alibaba : fastjson | jar | 1.2.61 |