Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
#

Dependency injection

Dependency injection (DI) is an implementation of thedependency inversion principle with the aim ofseparation of concerns by separating the depndency’s implementation from the class that’s using it. That kind of abstraction makes it possible to have different implementations with the same public methods so the class using it, doesn’t need to care which of the implementations is used. This is also especially useful forunit testing.

There are different types of dependency injection:

  • constructor injection
  • setter injection
  • interface injection
  • Here are 6,530 public repositories matching this topic...

    iris

    The fastest HTTP/2 Go Web Framework. New, modern and easy to learn. Fast development with Code you control. Unbeatable cost-performance ratio 🚀

    • UpdatedJul 14, 2025
    • Go

    💪 A framework for assisting in the renovation of Android componentization (帮助 Android App 进行组件化改造的路由框架)

    • UpdatedSep 11, 2023
    • Java

    Compile-time Dependency Injection for Go

    • UpdatedJul 24, 2024
    • Go

    A powerful and lightweight inversion of control container for JavaScript & Node.js apps powered by TypeScript.

    • UpdatedJul 18, 2025
    • TypeScript
    getx

    Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with Get.

    • UpdatedJun 16, 2025
    • Dart

    Koin - a pragmatic lightweight dependency injection framework for Kotlin & Kotlin Multiplatform

    • UpdatedJul 16, 2025
    • Kotlin
    go-clean-template

    Clean Architecture template for Golang services

    • UpdatedJul 18, 2025
    • Go

    A dependency injection based application framework for Go.

    • UpdatedMay 13, 2025
    • Go

    Dependency injection framework for Swift with iOS/macOS/Linux

    • UpdatedJul 24, 2024
    • Swift

    🚀 A coroutine framework that focuses on hyperspeed and flexibility. Building microservice or middleware with ease.

    • UpdatedJul 16, 2025
    • PHP

    Lightweight dependency injection container for JavaScript/TypeScript

    • UpdatedApr 16, 2025
    • TypeScript

    💖 ASP.NET Core 8.0 全家桶教程,前后端分离后端接口,vue教程姊妹篇,官方文档:

    • UpdatedMay 27, 2025
    • C#
    loopback-next

    LoopBack makes it easy to build modern API applications that require complex integrations.

    • UpdatedJul 18, 2025
    • TypeScript

    An addictive .NET IoC container

    • UpdatedMay 7, 2025
    • C#
    python-dependency-injectorgo-coffeeshop

    A reflection based dependency injection toolkit for Go.

    • UpdatedMay 13, 2025
    • Go

    Simple yet powerful dependency injection tool for JavaScript and TypeScript.

    • UpdatedJul 15, 2025
    • TypeScript

    Assembly scanning and decoration extensions for Microsoft.Extensions.DependencyInjection

    • UpdatedJun 17, 2025
    • C#

    [8]ページ先頭

    ©2009-2025 Movatter.jp