Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谁能给我一个下载 cassandra-jbcd 的链接。1.2.3 .jar ?
我找到的最新版本是 cassandra-jbcd.1.2.1.jar,我的工作确实需要最新版本的 cassandra。
请帮忙
由于它不在他们的下载中,您可以使用依赖项自己构建它。创建一个maven项目添加依赖,编译项目,maven会为你创建jar。
<dependency> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-clientutil</artifactId> <version>1.2.3</version> </dependency>
这是一个示例构建,但我认为它会再次过时。