Last Version

Dagger Compiler 1.2.5

Tools to generate Dagger injection and module adapters from annotated code and validate them.

License

License

Categories

Categories

Dagger Application Layer Libs Dependency Injection Square Business Logic Libraries Financial
GroupId

GroupId

com.squareup.dagger
ArtifactId

ArtifactId

dagger-compiler
Version

Version

1.2.5
Type

Type

jar
Description

Description

Dagger Compiler
Tools to generate Dagger injection and module adapters from annotated code and validate them.
Project Organization

Project Organization

Square, Inc.

Download dagger-compiler 1.2.5


<!-- https://jarcasting.com/artifacts/com.squareup.dagger/dagger-compiler/ -->
<dependency>
    <groupId>com.squareup.dagger</groupId>
    <artifactId>dagger-compiler</artifactId>
    <version>1.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.dagger/dagger-compiler/
implementation 'com.squareup.dagger:dagger-compiler:1.2.5'
// https://jarcasting.com/artifacts/com.squareup.dagger/dagger-compiler/
implementation ("com.squareup.dagger:dagger-compiler:1.2.5")
'com.squareup.dagger:dagger-compiler:jar:1.2.5'
<dependency org="com.squareup.dagger" name="dagger-compiler" rev="1.2.5">
  <artifact name="dagger-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.dagger', module='dagger-compiler', version='1.2.5')
)
libraryDependencies += "com.squareup.dagger" % "dagger-compiler" % "1.2.5"
[com.squareup.dagger/dagger-compiler "1.2.5"]

Dependencies

compile (3)

Group / Artifact Type Version
com.squareup.dagger : dagger jar 1.2.5
com.squareup : javapoet jar 1.7.0
com.google.guava : guava jar 19.0

test (5)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 1.10.19
com.squareup.dagger : dagger jar 1.2.5
com.google.testing.compile : compile-testing jar 0.8
com.google.truth : truth jar 0.28

Project Modules

There are no modules declared in this project.