文件名称:sbt-child-project-example:我们有一个根项目(父项目),其中有一个子项目的示例。 如何只为子项目创建jarspublish工件,如何在父项目中使用依赖项等。
文件大小:6KB
文件格式:ZIP
更新时间:2024-02-26 11:17:30
scala sbt jar publishing artifact
sbt-child-project-example:我们有一个根项目(父项目),其中有一个子项目的示例。 如何只为子项目创建jarspublish工件,如何在父项目中使用依赖项等。
【文件预览】:
sbt-child-project-example-master
----src()
--------test()
--------main()
----build.sbt(2KB)
----.gitignore(24B)
----README.md(413B)
----child()
--------src()