标签: scala sbt sparql sesame openrdf
我想在SBT项目中使用CSPARQL-ReadyToGoPack-0.9。我在Linux上。我怎么能这样做?
答案 0 :(得分:0)
在构建脚本中,您可能需要为依赖项明确指定工件(模块ID参数为jus):
导入sbt._ 导入密钥._
libraryDependencies += "foo" % "bar" % "0.1" artifacts Artifact("foo", url("file:/path/to/jar"))