美文网首页
sbt install and use eclipse plug

sbt install and use eclipse plug

作者: siyongshuai | 来源:发表于2018-01-27 23:38 被阅读0次

    github add

    https://github.com/sbt/sbteclipse.git

    For sbt 0.13 and up

    Add sbteclipse to your plugin definition file (or create one if doesn't exist). You can use either:

    the global file (for version 0.13 and up) at ~/.sbt/0.13/plugins/plugins.sbt

    the project-specific file at PROJECT_DIR/project/plugins.sbt

    For the latest version:

    addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.4")

    相关文章

      网友评论

          本文标题:sbt install and use eclipse plug

          本文链接:https://www.haomeiwen.com/subject/hsgoaxtx.html