-
Updated
Oct 22, 2020 - 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
Dependency injection framework for Swift with iOS/macOS/Linux
An addictive .NET IoC container
Starting from version 12.12.0, Node.js offers built-in support for translating error stack traces using source maps - learn more here: https://medium.com/@nodejs/source-maps-in-node-js-482872b56116
Let's rework @loopback/build to use this new feature on recent version of Node.js, instead of source-map-support module.
If it's possible, then implement a fallback to npm module `source-map-s
The DependencyInjection component allows you to standardize and centralize the way objects are constructed in your application.
OOP is better with stamps: Composable object factories.
Powerful dependency injection for iOS & OSX (Objective-C & Swift)
Dependency Injection Framework for Unity3D
A small PHP dependency injection container
The dependency injection container for humans
Simple yet powerful dependency injection tool for JavaScript and TypeScript.
Your first K.I.S.S Unity 3D Framework.
Extremely powerful Inversion of Control (IoC) container for Node.JS
A reflection based dependency injection toolkit for Go.
Lightweight dependency injection container for JavaScript/TypeScript
A dependency injection based application framework for Go.
Lightweight Swift Dependency Injection Framework
This repository contains development environment for the entire package
Assembly scanning and decoration extensions for Microsoft.Extensions.DependencyInjection
Bootique is a minimally opinionated platform for modern runnable Java apps.
A small tutorial to show how to create a PHP application without a framework.
For the hacktoberfest and to prepare the v6, you can easily find typo on this branch/PR:
https://github.com/TypedProject/tsed/pull/941/files
If you find typo, create branch from https://github.com/TypedProject/tsed/tree/v6-update-documentation, then create PR on
this branch. I'll merge it quickly :)
A powerful dependency injection micro container for JavaScript applications
Lightweight and Nonintrusive Scala Dependency Injection Library
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