License |
License |
---|---|
Categories |
CategoriesChoco Business Logic Libraries Constraint Satisfaction Problem Solver |
GroupId | GroupIdcom.github.chocolatecw |
ArtifactId | ArtifactIdexcelvalidate |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.github.chocolatecw:excelvalidate
基于poi,excel导入验证工具
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
excelvalidate-1.0.0.pom | |
excelvalidate-1.0.0.jar | 21 KB |
excelvalidate-1.0.0-sources.jar | 11 KB |
excelvalidate-1.0.0-javadoc.jar | 109 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chocolatecw/excelvalidate/ -->
<dependency>
<groupId>com.github.chocolatecw</groupId>
<artifactId>excelvalidate</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chocolatecw/excelvalidate/
implementation 'com.github.chocolatecw:excelvalidate:1.0.0'
// https://jarcasting.com/artifacts/com.github.chocolatecw/excelvalidate/
implementation ("com.github.chocolatecw:excelvalidate:1.0.0")
'com.github.chocolatecw:excelvalidate:jar:1.0.0'
<dependency org="com.github.chocolatecw" name="excelvalidate" rev="1.0.0">
<artifact name="excelvalidate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chocolatecw', module='excelvalidate', version='1.0.0')
)
libraryDependencies += "com.github.chocolatecw" % "excelvalidate" % "1.0.0"
[com.github.chocolatecw/excelvalidate "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.poi : poi | jar | 3.10-FINAL |
org.apache.poi : poi-excelant | jar | 3.10-FINAL |
org.apache.poi : poi-scratchpad | jar | 3.10-FINAL |
ch.qos.logback : logback-classic | jar | 1.2.3 |