/transfuse

Transfuse - A Dependency Injection and Integration framework for Google Android

Primary LanguageJavaGNU Lesser General Public License v3.0LGPL-3.0

Transfuse

Transfuse is a dependency injection and integration library for Google Android. Transfuse extends the Android API to create a more natural, flexible and maintainable mobile platform.

Transfuse offers a number of attractive features including Manifest management, JSR330 Dependency Injection, Java Bean style Android components and much more. Interested? Check out the website for details.

Getting Transfuse

You may download Transfuse as a Maven dependency:

<dependency>
    <groupId>org.androidtransfuse</groupId>
    <artifactId>transfuse</artifactId>
    <version>UPDATE VERSION</version>
    <scope>provided</scope>
</dependency>
<dependency>
    <groupId>org.androidtransfuse</groupId>
    <artifactId>transfuse-api</artifactId>
    <version>UPDATE VERSION</version>
</dependency>

Or from the github download page.