Apache Commons Email 1.6-SNAPSHOT 在哪里?

Where is Apache Commons Email 1.6-SNAPSHOT?

该项目的主页位于 (https://commons.apache.org/proper/commons-email/) has 1.6-SNAPSHOT as the latest version, published on February 26 2018. Their dependency information page (https://commons.apache.org/proper/commons-email/dependency-info.html) also states that it should be available in Maven central. But when I tried using the exact dependency configuration they gave (compile 'org.apache.commons:commons-email:1.6-SNAPSHOT'), Gradle doesn't find the artifact. Searching the Maven Central repository gives 1.5 as the latest version: https://mvnrepository.com/artifact/org.apache.commons/commons-email。即使转到 Apache Commons 电子邮件下载页面仍然只会将您带到 1.5。我似乎无法在任何地方找到 1.6 的源代码,所有搜索都只指向1.6 的文档。有人知道这里发生了什么吗?如果它刚刚发布并且尚未推送到存储库,我会理解,但已经几个月了...

项目主页上列出的版本不是要下载的 jar 版本,而是主页(由 Maven 构建)的版本。

你应该使用 "the current release 1.5"。