Difference between revisions of "Dependency Injection Containers"

From D Wiki
Jump to: navigation, search
(Created page with "{{Projects | Projects = {{Project | name = '''Deject''' | about = Dependency injection system for the D programming language | platform = | license = | url = https://...")
 
(Added libraries)
 
Line 31: Line 31:
 
  | url = https://github.com/o3o/endovena
 
  | url = https://github.com/o3o/endovena
 
}}
 
}}
 +
{{Project
 +
| name = '''injected'''
 +
| about = Another dependency injection library for D
 +
| platform = Linux / Windows
 +
| license =  MIT license
 +
| url = https://github.com/bytecurry/injected
 +
}}
 +
{{Project
 +
| name = '''aedi'''
 +
| about = A dependency injection library
 +
| platform = Linux / Windows
 +
| license = 
 +
| url = https://github.com/aermicioi/aedi
 +
}}
 +
 +
 +
  
 
}}
 
}}
  
 
[[Category:Development Library]]
 
[[Category:Development Library]]

Latest revision as of 19:39, 8 September 2016

Title / InfoDescriptionLicensePlatform
Icon dpackage 48.png
Dependency injection system for the D programming language
Icon dpackage 48.png
D Dependency Injection Framework MIT license
Icon dpackage 48.png
A dependency injection framework for D with support for autowiring. MIT license
Icon dpackage 48.png
Simple D Dependency Injection Framework Boost license Linux / Windows
Icon dpackage 48.png
Another dependency injection library for D MIT license Linux / Windows
Icon dpackage 48.png
A dependency injection library Linux / Windows