is not current version
Last Version 0.9.1

com.squareup:dagger-parent 0.9

A JSR-330 dependency injector for Android and Java.

Categories

Categories

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

GroupId

com.squareup
ArtifactId

ArtifactId

dagger-parent
Version

Version

0.9
Type

Type

pom

Download dagger-parent 0.9

Filename Size
dagger-parent-0.9.pom 5 KB
Browse

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