-
Updated
Dec 29, 2021 - Java
{{ message }}
A powerful and lightweight inversion of control container for JavaScript & Node.js apps powered by TypeScript.
Koin - a pragmatic lightweight dependency injection framework for Kotlin
Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with Get.
Dependency injection framework for Swift with iOS/macOS/Linux
How should I use alicloud MNS?
The Calling REST APIs section demonstrates how to use LoopBack 4 to call GET APIs. It would be benefiting to the broader community to demonstrate how to call POST APIs. I have the todo-jwt example hosted in Heroku that could be used in the doc
An addictive .NET IoC container
The DependencyInjection component allows you to standardize and centralize the way objects are constructed in your application.
Simple yet powerful dependency injection tool for JavaScript and TypeScript.
OOP is better with stamps: Composable object factories.
Lightweight dependency injection container for JavaScript/TypeScript
Powerful dependency injection for Objective-C
A dependency injection based application framework for Go.
Dependency Injection Framework for Unity3D
A small PHP dependency injection container
A reflection based dependency injection toolkit for Go.
Extremely powerful Inversion of Control (IoC) container for Node.JS
The dependency injection container for humans
Assembly scanning and decoration extensions for Microsoft.Extensions.DependencyInjection
Dependency injection framework for Python
A boilerplate project created in flutter using MobX and Provider.
Lightweight Swift Dependency Injection Framework
This repository contains all relevant information about Unity Container suit
This is an idea that was suggested by someone in the 2021 FoalTS survey.
Many people go to the gothinkster organization to see how to build real world applications. But an example is missing for FoalTS there. Maybe someone (or several people) would be interested in suggesting something on this side?
There is no need to be an expert on Foal to take this card. Anyone can contribute. And, i
A small tutorial to show how to create a PHP application without a framework.
Bootique is a minimally opinionated platform for modern runnable Java apps.
Add a description, image, and links to the dependency-injection topic page so that developers can more easily learn about it.
To associate your repository with the dependency-injection topic, visit your repo's landing page and select "manage topics."
One of the specific advantages of the wire approach is that it generates code that's relatively readable compared to reflect-based equivalents. When
wire.Valueis used on a small by-value type, there's no need for the value to live in a global variable - the expression could instead be used literally inside the generated code, which would make the code easier to follow, and more similar to the c