Dagger clone with a module info

This page summarizes the projects mentioned and recommended in the original post on /r/java

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Dagger2

    A fast dependency injector for Android and Java.

  • It was revealed in July that dagger is becoming a KSP (Kotlin) processor. This probably means it will never add module-info.java. But jpms requires all your dependencies to be modular, and there's the problem because dagger is widespread and many things depend on it.

  • dapper

    modular dagger (by jbock-java)

  • So I put in the hard work and created dapper, a trimmed-down copy of version 2.37, the last pure-Java version of dagger. I hope it can help with jpms adoption. I also hope I can roughly keep it in sync with a quite active upstream.

  • 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.

    InfluxDB logo
  • avaje-inject

    Dependency injection via APT (source code generation) ala "Server-Side Dagger DI"

  • You might like Avaje Inject! It's a pure Java DI framework that's got quite a nice Dagger-inspired design but is better generalized, IMO.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts