wangguanquan / eec

A fast and lower memory excel write/read tool.一个非POI底层,支持流式处理的高效且超低内存的Excel读写工具
https://github.com/wangguanquan/eec/wiki
Apache License 2.0
226 stars 58 forks source link

拉不到依赖 Could not find artifact org.ttzero:eec:pom:3.5.7 in aliyun (https://maven.aliyun.com/repository/public) #398

Closed SSSDNSY closed 2 weeks ago

SSSDNSY commented 3 weeks ago

阿里云和中央仓库都拉不到依赖,是我GAV有误,还是少了啥配置么? Could not find artifact org.ttzero:eec:pom:3.5.7 in aliyun (https://maven.aliyun.com/repository/public) image

image

wangguanquan commented 3 weeks ago

没有这个版本,目前最新版本为0.5.19

<dependency>
    <groupId>org.ttzero</groupId>
    <artifactId>eec</artifactId>
    <version>0.5.19</version>
</dependency>
SSSDNSY commented 2 weeks ago

OK,感谢答复,Issue 已关