Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 611 Bytes

DependencyInjection.md

File metadata and controls

16 lines (12 loc) · 611 Bytes

##Dependency Injection

  1. subcut
    SubCut is a mix of service locator and dependency injection patterns designed to provide an idiomatic way of providing configured dependencies to scala applications.
    Project Source: https://github.com/dickwall/subcut

  2. macwire
    Lightweight and Nonintrusive Scala Dependency Injection Library.
    Project Source: https://github.com/adamw/macwire
    Project Homepage: https://softwaremill.com/

  3. scaldi
    Lightweight Scala Dependency Injection Library.
    Project Source: https://github.com/scaldi/scaldi
    Projecy Homepage: http://scaldi.org/