skinny-framework / scaldi

Lightweight Scala Dependency Injection Library

Home Page:http://scaldi.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scaldi provides simple and elegant way to do dependency injection in Scala. By using expressive power of the Scala language it defines intuitive and idiomatic DSL for binding and injecting dependencies. It is very extensible library, so you can easily extend or customise almost any aspect of it. Some of the more unique Scaldi features are advanced module composition and conditional bindings which definitely will help you build all kinds of applications - from small command-line tools to big non-trivial web applications. Not to mention Scaldi also nicely integrates with Akka and Play.

You can find project's home page here:

http://scaldi.org

Or jump directly to the documentation:

Scaldi documentation

Build Status Maven Central

Adding Scaldi in Your Build

SBT Configuration:

libraryDependencies += "org.scaldi" %% "scaldi" % "0.5.7"

License

Scaldi is licensed under Apache License, Version 2.0.

About

Lightweight Scala Dependency Injection Library

http://scaldi.org

License:Apache License 2.0


Languages

Language:Scala 100.0%