开发者

Analog to Ruby bundler in Scala

开发者 https://www.devze.com 2023-04-12 15:13 出处:网络
Are there any analog of Ruby bundler in Scala开发者_JS百科?I think SBT assembly is what you are looking for it will create a single jar file which can be used \'standalone\' :

Are there any analog of Ruby bundler in Scala开发者_JS百科?


I think SBT assembly is what you are looking for it will create a single jar file which can be used 'standalone' : http://implicit.ly/sbt-assembly-071 SBT is the 'scala' built tool if you will, it helps a lot managing scala projects: https://github.com/harrah/xsbt/wiki


Look out for proguard.

I don't know your Ruby bundler, but proguard is able to strip down the archive to the needed classes only. Very interesting, easy to use.

0

精彩评论

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

关注公众号