Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Add sbt-assembly as a dependency in project/assembly.sbt:
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.5")
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Add sbt-assembly as a dependency in project/assembly.sbt:
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.5")
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
sbt-assembly creates a fat JAR, i.e., a single JAR file containing all class files from your code and libraries. By evolution, it also …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Currently sbt
uses https by default.
However, the Great Firewall of China makes https visits to websites out of China slow.
If you have access to proxy server, it is …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Joda Time
"joda-time" % "joda-time" % "2.9.9"
Scala XML Support
"org.scala-lang.modules" %% "scala-xml" % "1.0.6"
Scala Parser Combinators
"org.scala-lang.modules" %% "scala-parser-combinators" % "1.0.4"
Scala Swing
"org.scala-lang …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
wget http://dl.bintray.com/sbt/rpm/sbt-0.13.5.rpm
sudo yum install sbt-0.13.5.rpm
curl https://bintray.com/sbt/rpm/rpm | sudo tee /etc/yum.repos.d …