SaaSHub helps you find the best software and product alternatives Learn more →
Dagger2 Alternatives
Similar projects and alternatives to Dagger2
-
Guice
Guice (pronounced 'juice') is a lightweight dependency injection framework for Java 8 and above, brought to you by Google.
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
Toothpick
A scope tree based Dependency Injection (DI) library for Java / Kotlin / Android.
-
-
Weld
Weld, including integrations for Servlet containers and Java SE, examples and documentation (by weld)
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
koin
Koin - a pragmatic lightweight dependency injection framework for Kotlin & Kotlin Multiplatform
-
avaje-inject
Dependency injection via APT (source code generation) ala "Server-Side Dagger DI"
-
-
dagster
An orchestration platform for the development, production, and observation of data assets.
-
-
anvil
A Kotlin compiler plugin to make dependency injection with Dagger 2 easier. (by square)
-
-
-
Feather
Lightweight dependency injection for Java and Android (JSR-330) (by zsoltherpai)
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Dagger2 reviews and mentions
-
Dependency injection with AWS Lambdas in java
As said in the title, we will focus on the dependency inversion principle and one of its application : dependency injection. For production-ready applications, it would be better to rely on a framework and not implement its own container. For it, the java ecosystem have 3 frameworks available : Spring, Guice and Dagger.
-
Refactoring our Dependency Injection using Anvil
At Reddit, we use Dagger 2 for handling dependency injection (DI) in our Android application. As we’ve scaled the application over the years, we’ve accrued a bit of technical debt in how we have approached this problem.
-
Dagger Python SDK: Develop Your CI/CD Pipelines as Code
Confusing. I initially thought someone ported the Dagger DI framework to Python: https://dagger.dev/
-
Multiplatform dependency injection libraries equivalent to Dagger/Anvil
I'm currently using Dagger and Anvil for my DI needs. It's been working really well, especially around what Anvil permits in terms of multibindings defined on the type declaration rather than in a module. For example:
-
Dagger 2.43 released with support for multiple instances of the same ViewModel using keys 🎉
Great job, I have been waiting for this feature/fix for a long time https://github.com/google/dagger/issues/2328
-
Best libraries for Android Developers
Dagger
-
Dirk: a new light-weight system for dependency injection
Of course, but given that there is already https://dagger.dev/ I wonder how much of this "dirk" is derivative, and how is it better than what is already out there?
-
WireDI: Framework for dependency injection at compile time, aiming to bridge with runtime dependency injection
Are you trying to reinvent, or perhaps improve upon, Dagger?
-
dilib - Dependency Injection in Rust
i don't really consider runtime a requirement of DI, perhaps stuff like spring made that something people are used to. another example https://dagger.dev/
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f0fa23bb150>
www.saashub.com | 29 Nov 2023
Stats
google/dagger is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of Dagger2 is Java.