gpt4 book ai didi

scala - cassie 与 cassandra 2.0.1 和 scala 2.10.2 的依赖关系

转载 作者:行者123 更新时间:2023-12-02 21:45:43 25 4
gpt4 key购买 nike

我想使用 cassie 客户端来使用 cassandra 2.0.1 和 scala 2.10.2 。所以我想知道我必须在 sbt 中放入哪个依赖项才能使用它。

"com.twitter" % "cassie" % "0.19.0"

这是 Unresolved 依赖关系。告诉我正确的版本。

最佳答案

如何检索客户端是not complete documented .

将其添加到您的 build.sbt 中:

resolvers += "Twitter's Repository" at "http://maven.twttr.com/"

libraryDependencies += "com.twitter" % "cassie" % "0.19.0" excludeAll(
ExclusionRule(organization = "com.sun.jdmk"),
ExclusionRule(organization = "com.sun.jmx"),
ExclusionRule(organization = "javax.jms")
)

已经有一个pull request来解决这个问题。

关于scala - cassie 与 cassandra 2.0.1 和 scala 2.10.2 的依赖关系,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19532774/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com