开发者

scala sbt with pk11 or steps

开发者 https://www.devze.com 2023-01-01 18:35 出处:网络
I am quite frustrated with sbt and pk11/steps (Why are these things never work out of the box f开发者_运维百科or me?)

I am quite frustrated with sbt and pk11/steps (Why are these things never work out of the box f开发者_运维百科or me?)

I am just trying to run "jetty-run", but i got so many dependency errors, it's not fun anymore.

I am stuck with unresolved dependencies for sjson 0.3

Does anyone know which mvn repo can I get sjson 0.3 from?


Nothing obvious according to Google (version 0.4 is available here though) so either:

  • install it manually to your local repository using mvn install:install-file
  • install it to an "embedded" repository as described here


Not sure if this question regarding sjson 0.3 is still relevant after 3 years since pk11/steps doesn't seem to exist any more.

After Googling, I did find http://dev.mapfish.org/maven/repository/sjson/json/sjson/0.3/ for sjson 0.3. More recent versions of sjson such as 0.19 are available from Maven Central.

0

精彩评论

暂无评论...
验证码 换一张
取 消