| 组织ID: |
com.creditdatamw.labs |
| 项目ID: |
zerocell-core |
| 版本: |
0.3.0 |
| 最后修改时间: |
2019-05-14 00:00:50 |
| 包类型: |
jar |
| 大小: |
23.16KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.creditdatamw.labs</groupId>
<artifactId>zerocell-core</artifactId>
<version>0.3.0</version>
</dependency>
|
| Gradle引入代码: |
com.creditdatamw.labs:zerocell-core:0.3.0
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>zerocell-parent</artifactId>
<groupId>com.creditdatamw.labs</groupId>
<version>0.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>zerocell-core</artifactId>
<dependencies>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.1.2</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.4</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.creditdatamw.zerocell.annotation.Column.class
com.creditdatamw.zerocell.column.ColumnMapping.class
com.creditdatamw.zerocell.converter.Converters.class
com.creditdatamw.zerocell.Reader$ReaderBuilder.class
com.creditdatamw.zerocell.ZeroCellException.class
com.creditdatamw.zerocell.annotation.RowNumber.class
com.creditdatamw.zerocell.column.RowNumberInfo.class
com.creditdatamw.zerocell.handler.EntityHandler$EntityExcelSheetHandler.class
com.creditdatamw.zerocell.ReaderUtil.class
META-INF/maven/com.creditdatamw.labs/zerocell-core/pom.xml
com.creditdatamw.zerocell.annotation.ZerocellReaderBuilder.class
com.creditdatamw.zerocell.converter.Converter.class
com.creditdatamw.zerocell.handler.EntityHandler.class
com.creditdatamw.zerocell.SheetNotFoundException.class
META-INF/maven/com.creditdatamw.labs/zerocell-core/pom.properties
com.creditdatamw.zerocell.column.ColumnInfo.class
com.creditdatamw.zerocell.converter.NoopConverter.class
com.creditdatamw.zerocell.Reader.class
com.creditdatamw.zerocell.ZeroCellReader.class
|
| 依赖Jar: |
logback-classic-1.1.2.jar
/ch.qos.logback/logback-classic/1.1.2
查看logback-classic所有版本文件
commons-lang3-3.4.jar
/org.apache.commons/commons-lang3/3.4
查看commons-lang3所有版本文件
|