与AnormCypher的库依赖关系

时间:2014-11-17 15:20:08

标签: scala intellij-idea neo4j anormcypher

我想在我的Scala项目中使用AnormCypher(使用SBT)。

我没有使用Play!框架。我可以使用AnormCypher吗?

如果是,我该如何安装库。没有.jar文件或其他东西。

正如官方github页面所说,我添加了

resolvers ++= Seq(
  "anormcypher" at "http://repo.anormcypher.org/",
  "Typesafe Releases" at "http://repo.typesafe.com/typesafe/releases/"
)


libraryDependencies ++= Seq(
  "org.anormcypher" %% "anormcypher" % "0.6.0"
)

到我的build.sbt。

但是Intellij产生了Unresolved Dependencies errors

我是scala和neo4j的新手,我很失落。如果有人可以帮助并告诉我该怎么做。

谢谢。

0 个答案:

没有答案