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.
我想 在 SBT 项目中使用CSPARQL-ReadyToGoPack-0.9 。我在Linux上。我怎样才能做到这一点?
在您的构建脚本中,您可能需要为依赖项显式指定一个工件(模块 id 参数是 jus):
导入 sbt._ 导入密钥._
libraryDependencies += "foo" % "bar" % "0.1" artifacts Artifact("foo", url("file:/path/to/jar"))