且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在SBT项目中使用CSPARQL-ReadyToGoPack-0.9

更新时间:2022-06-22 04:23:52

在您的构建脚本中,您可能需要显式指定依赖项的工件(模块id参数为jus):

In your build script you probably need to specify an artifact explicitly for the dependency (the module id parameters are jus):

导入sbt._ 导入密钥._

import sbt._ import Keys._

libraryDependencies += 
  "foo" % "bar" % "0.1" artifacts Artifact("foo", url("file:/path/to/jar"))