sbt-buildinfo
sbt-native-packager
Our great sponsors
sbt-buildinfo | sbt-native-packager | |
---|---|---|
0 | 2 | |
515 | 1,523 | |
0.0% | 0.3% | |
5.4 | 5.3 | |
4 months ago | 4 days ago | |
Scala | Scala | |
MIT License | BSD 2-clause "Simplified" 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-buildinfo
We haven't tracked posts mentioning sbt-buildinfo yet.
Tracking mentions began in Dec 2020.
sbt-native-packager
-
Why Scala is way slower than python ... and than Java too in leetcode?
As others have stated, this is mainly due to the nature of the JVM. You can try using GraalVM however, which basically complies JVM bytecode to native-code avoiding startup time issues, sbt-native-packager lets you do this quite easily.
-
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
What are some alternatives?
sbt-assembly - Deploy über-JARs. Restart processes. (port of codahale/assembly-sbt)
sbt-native-image - Plugin to generate native-image binaries with sbt
sbt-pack - A sbt plugin for creating distributable Scala packages.
coursier - Pure Scala Artifact Fetching
sbt-dependency-check - SBT Plugin for OWASP DependencyCheck. Monitor your dependencies and report if there are any publicly known vulnerabilities (e.g. CVEs). :rainbow:
sbt-jni - SBT Plugin to ease working with JNI
sbt-classfinder - SBT plugin for retrieving runtime information about the classes and traits in a project
JMH - "Trust no one, bench everything." - sbt plugin for JMH (Java Microbenchmark Harness)
ScalaKata2 - Interactive Playground
sbt-sonatype - A sbt plugin for publishing Scala/Java projects to the Maven central.
sbt-docker - Create Docker images directly from sbt