Skip to content

doppllib/dagger

 
 

Repository files navigation

Doppl Fork

This is a fork of the Dagger 2 library to provide tests and modifications to support iOS development with J2objc using the Doppl build framework.

Versions

2.5

Usage

dependencies {
  compile 'com.google.dagger:dagger:2.5'
  annotationProcessor 'com.google.dagger:dagger-compiler:2.5'
  doppl 'co.doppl.com.google.dagger:dagger:2.5.4'
}

See Party Clicker for an example of usage.

Status

Stable. No known memory issues. Only the runtime is needed, so this project has a relatively light output and testing.

License

Copyright 2012 Square, Inc.
Copyright 2012 Google, Inc.

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

A fast dependency injector for Android and Java.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 98.1%
  • Python 1.7%
  • Other 0.2%