meyvn VS coursier

Compare meyvn vs coursier and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
meyvn coursier
2 10
85 2,008
- 0.3%
4.5 8.8
24 days ago 12 days ago
Scala
- Apache License 2.0
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.

meyvn

Posts with mentions or reviews of meyvn. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-26.
  • The Meyvn REPL and hot reloading of Java and Kotlin code.
    1 project | /r/Clojure | 12 May 2023
    The Meyvn REPL supports Java and Kotlin codebases. Source files are being monitored and compiled automatically, so you can create a class in Java, import it in a Kotlin object, which you can then manipulate at the REPL in Clojure. It achieves this by doing static analysis not on source files but on compiled classes. By keeping a dependency graph, it knows which classes need to be reloaded and in what order. This technology is very useful in the context of teams inheriting legacy codebases, typically Java or Kotlin. Meyvn: https://meyvn.org Installation: https://danielsz.github.io/meyvn
  • Splitting software into multiple applications and libraries. Most practical ways!
    5 projects | /r/java | 26 Jul 2022
    His other ask about developing against multiple codebases, that's what snapshot artifacts are for. And then the rest of the talk is about how he's made deps.edn, which is basically Apache Ivy in Clojure. I say Ivy and not Maven because it's only focused on dependency resolution, but then of course someone makes https://github.com/danielsz/meyvn to use the deps.edn for compile and publishing too, by delegating it back to Maven 🤦.

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.

What are some alternatives?

When comparing meyvn and coursier you can also consider the following projects:

tools.deps.alpha - A functional API for transitive dependency graph expansion and the creation of classpaths

sbt-groll - sbt plugin to roll the Git history

bach - 🎼 Bach Builds (on(ly)) Modules

sbt-revolver - An SBT plugin for dangerously fast development turnaround in Scala

app

sbt-dependency-graph - sbt plugin to create a dependency graph for your project

sbt-docker - Create Docker images directly from sbt

sbt-codeartifact - An sbt plugin for publishing packages to AWS CodeArtifact.

sbt-native-packager - sbt Native Packager

sbt-pack - A sbt plugin for creating distributable Scala packages.

sbt-assembly - Deploy über-JARs. Restart processes. (port of codahale/assembly-sbt)

sbt-play-scalajs - SBT plugin to use Scala.js along with any sbt-web server.