Last Version

Examples: Simple 1.2.5

A fast dependency injector for Android and Java.

License

License

Categories

Categories

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

GroupId

com.squareup.dagger.example
ArtifactId

ArtifactId

simple
Version

Version

1.2.5
Type

Type

jar
Description

Description

Examples: Simple
A fast dependency injector for Android and Java.
Project Organization

Project Organization

Square, Inc.

Download simple 1.2.5


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

Dependencies

compile (2)

Group / Artifact Type Version
com.squareup.dagger : dagger jar 1.2.5
com.squareup.dagger : dagger-compiler Optional jar 1.2.5

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 1.10.19

Project Modules

There are no modules declared in this project.