根据MVNRepository 的条目,在撰写本文时,maven Central 中的最新版本是 1.0-rc5。我知道最近发布的 1.0 和 RC5 之间没有变化,但我猜我的挑剔者想要找到 1.0 版本。这是 RC5 的 POM 条目。
<dependency>
<groupId>com.google.collections</groupId>
<artifactId>google-collections</artifactId>
<version>1.0-rc5</version>
</dependency>