Coder Social home page Coder Social logo

dagger's Introduction

Dagger 2

A fast dependency injector for Android and Java.

About Google's Fork

Dagger 2.0 is a compile-time evolution approach to dependency injection. Taking the approach started in Dagger 1.x to its ultimate conclusion, Dagger 2.0 eliminates all reflection, and improves code clarity by removing the traditional ObjectGraph/Injector in favor of user-specified @Component interfaces.

This github project represents the Dagger 2.0 development stream. The earlier project page (Square, Inc's repository) represents the earlier 1.0 development stream.
Both versions have benefitted from strong involvement from Square, Google, and other contributors.

Status

  • Release Version: N/A
  • Pre-Release Version: N/A
  • Snapshot Version: 2.0-SNAPSHOT

Dagger is currently in active development, primarily internally at Google, with regular pushes to the open-source community. Snapshot releases are auto-deployed to sonatype's central maven repository on a clean build with the version tag 2.0-SNAPSHOT.

Dagger 2.0 is pre-alpha and should be used with caution, though it is usable. Stable pre-releases will be made as stable points in 2.0's development occur.

Documentation

The Dagger project will undergo a documentation re-vamp in preparation for 2.0. In the mean-time, you can get an initial picture of Dagger 2.0's direction from the original proposal, this talk by Greg Kick, and discussions on the [email protected] mailing list.

Also, Javadocs are updated on every merge and are available here

Installation

You will need to include the dagger-${dagger.version}.jar in your application's runtime. In order to activate code generation you will need to include dagger-compiler-${dagger.version}.jar in your build at compile time.

In a Maven project, one would include the runtime in the dependencies section of your pom.xml (replacing ${dagger.version} with the appropriate current release), and the dagger-compiler artifact as an "optional" or "provided" dependency:

<dependencies>
  <dependency>
    <groupId>com.google.dagger</groupId>
    <artifactId>dagger</artifactId>
    <version>${dagger.version}</version>
  </dependency>
  <dependency>
    <groupId>com.google.dagger</groupId>
    <artifactId>dagger-compiler</artifactId>
    <version>${dagger.version}</version>
    <optional>true</optional>
  </dependency>
</dependencies>

Download

Upon release, downloadable .jars will appear via search on Maven Central. You'll need Dagger, dagger-compiler and javax.inject.

Pre-release directly downloadable jars of the snapshots are available for dagger and dagger-compiler from sonatype's snapshot repository, and are built on a clean build at head.

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.

dagger's People

Contributors

cgruber avatar jakewharton avatar swankjesse avatar gk5885 avatar jbeder avatar tbroyer avatar pforhan avatar sgoldfed avatar sameb avatar kluever avatar adennie avatar sethnel99 avatar brettcannon avatar patrickbaumann avatar pyricau avatar edenman avatar tomball avatar jnlopar avatar johnjohndoe avatar mescortes avatar kryali avatar hugecannon avatar tvolkert avatar sheng168 avatar qxo avatar freetigerliu avatar eamonnmcmanus avatar crazybob avatar cgdecker avatar rjrjr avatar

Watchers

Josh Skeen avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.