Skip to content

togaurav/transfuse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>${transfuse.version}</version>
    <scope>provided</scope>
</dependency>
<dependency>
    <groupId>org.androidtransfuse</groupId>
    <artifactId>transfuse-api</artifactId>
    <version>${transfuse.version}</version>
</dependency>

Or from Maven Central.

License

Copyright 2013 John Ericksen

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Transfuse - A Dependency Injection and Integration framework for Google Android

Resources

License

Stars

Watchers

Forks

Packages

No packages published