Skip to content

skinny-framework/scaldi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 100.0%