coursier
Pure Scala Artifact Fetching (by coursier)
sbt-assembly
Deploy über-JARs. Restart processes. (port of codahale/assembly-sbt) (by sbt)
Our great sponsors
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
- SaaSHub - Software Alternatives and Reviews
coursier | sbt-assembly | |
---|---|---|
10 | 5 | |
1,980 | 1,923 | |
0.4% | 0.2% | |
0.0 | 0.0 | |
1 day ago | 10 days ago | |
Scala | Scala | |
Apache License 2.0 | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
coursier
Posts with mentions or reviews of coursier.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-01.
-
babashka not working - Fatal error: Failed to create the main Isolate. (code 8)
This is an upstream page size issue, equivalent issue here: https://github.com/coursier/coursier/issues/2636
-
A new, reworked ScalaDoc is here!
I feel like this is already is the case, one can use coursier https://get-coursier.io/ or scala-cli to get started with Scala extremely fast.
-
Scala is close to having an amazing Jupyter Notebook experience for data science workflows
I had a nice workflow installing different Java versions using SDKMAN but switched to Coursier because that't what's recommended in the Almond installation guide. In order to run `jupter lab` and start up the notebook environment, I need to separately install Jupyter Lab via conda (and activate that conda environment).
-
Splitting software into multiple applications and libraries. Most practical ways!
Could a Java project use a similar scheme? Probably, but the practicality of that is dependent on programatic resolution tools like coursier which don't exist in a convenient form for Java programmers quite yet.
-
5 Useful Database Command Line Tools
Shell for issuing SQL to relational databases via JDBCIf you have Coursier installed, you can quickly connect to a demo Hypersonic database with:
-
Getting an error installing metals for lsp-mode
This seems the same thing: - https://github.com/oracle/graal/issues/4479 - https://github.com/coursier/coursier/issues/2395
-
Scala setup in Ubuntu
I use coursier to install scala. https://get-coursier.io/
-
SBT CodeArtifact - An SBT plugin to publish artifacts to AWS CodeArtifact.
I'm digging a bit deeper on this Google Artifact Repository task and it looks like it won't. See https://github.com/coursier/coursier/issues/1987 for more details.
sbt-assembly
Posts with mentions or reviews of sbt-assembly.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-06-09.
-
SBT error when running package application: java.lang.RuntimeException: No main class detected.
You may also use sbt-assembly to produce an uber JAR that embeds the Scala stdlib together with your code, which means that now for running your program you only need a JRE like java -jar app-assembly.jar. This option is great because now if you start adding dependencies to your project those are also included in this massive JAR.
-
Welcome to JAR Hell, Part 2: Deployment Strategies
Sbt-assembly defaults to silently concatenating configs. But even if it didn't, the configs wouldn't be in any particular order when resolving.
-
Building native images and compiling with GraalVM and sbt
With the sbt-assembly plugin you can create JAR-files with all of its dependencies (fat JARs). sbt assembly creates this target/scala-2.12/apply-at-vdb-assembly-0.1.0-SNAPSHOT.jar which has a size of around 42MB:
What are some alternatives?
When comparing coursier and sbt-assembly you can also consider the following projects:
sbt-native-packager - sbt Native Packager
sbt-groll - sbt plugin to roll the Git history
sbt-revolver - An SBT plugin for dangerously fast development turnaround in Scala
sbt-dependency-graph - sbt plugin to create a dependency graph for your project
sbt-codeartifact - An sbt plugin for publishing packages to AWS CodeArtifact.
sbt-docker - Create Docker images directly from sbt
sbt-pack - A sbt plugin for creating distributable Scala packages.
sbt-release - A release plugin for sbt
sbt-play-scalajs - SBT plugin to use Scala.js along with any sbt-web server.
sbt-buildinfo - I know this because build.sbt knows this.