我想使用Cassandra和Java设置Titan。
我使用以下方法将库导入我的项目:
<div id="gnav" class="col-xs-9 col-sm-9 col-md-9 col-lg-9">
<nav class="navbar navbar-default" id="" >
<div class="collapse navbar-collapse" id="">
<ul class="nav navbar-nav">
我从以下位置复制了源代码示例:
但以下事情并不奏效:
compile group: 'com.thinkaurelius.titan', name: 'titan-cassandra', version: '1.0.0'
不存在
以及以下抛出错误,因为他无法解析引用:
import com.thinkaurelius.titan.core.TitanKey;
import com.thinkaurelius.titan.core.attribute.Geoshape;
import static com.thinkaurelius.titan.graphdb.configuration.GraphDatabaseConfiguration.INDEX_BACKEND_KEY;
import static com.thinkaurelius.titan.graphdb.configuration.GraphDatabaseConfiguration.STORAGE_DIRECTORY_KEY;
答案 0 :(得分:2)
您的GraphOfTheGodsFactory.java
版本不匹配。您应该引用标记1.0.0
而不是master
。