sbt-native-packager
sbt-jni
Our great sponsors
sbt-native-packager | sbt-jni | |
---|---|---|
3 | 3 | |
1,555 | 118 | |
0.0% | 3.4% | |
4.2 | 6.1 | |
about 1 month ago | 27 days ago | |
Scala | Scala | |
BSD 2-clause "Simplified" License | BSD 3-clause "New" or "Revised" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
sbt-native-packager
-
I removed sbt-assembly and sbt-buildinfo from my project.
You should use sbt-jib. (You shouldn't use sbt-native-packager either, it doesn't work well in this regard: [1], [2].)
-
SBT error when running package application: java.lang.RuntimeException: No main class detected.
IMO don't take any of this advice and use https://github.com/sbt/sbt-native-packager
sbt-jni
-
Calling C code from Scala
I encourage you to go with sbt-jni, it also supports Rust/Cargo now ;)
What are some alternatives?
sbt-assembly - Deploy über-JARs. Restart processes. (port of codahale/assembly-sbt)
sbt-pack - A sbt plugin for creating distributable Scala packages.
coursier - Pure Scala Artifact Fetching
sbt-native-image - Plugin to generate native-image binaries with sbt
xsbt-web-plugin - Servlet support for sbt
sbt-release - A release plugin for sbt
ScalaKata2 - Interactive Playground
sbt-docker - Create Docker images directly from sbt
sbt-buildinfo - I know this because build.sbt knows this.
sbt-sonatype - A sbt plugin for publishing Scala/Java projects to the Maven central.
sbt-play-scalajs - SBT plugin to use Scala.js along with any sbt-web server.
sbt-header - sbt-header is an sbt plugin for creating file headers, e.g. copyright headers