is not current version
Last Version 1.2.5

com.squareup.dagger:dagger-parent 1.0.0

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.dagger
ArtifactId

ArtifactId

dagger-parent
Version

Version

1.0.0
Type

Type

pom

Download dagger-parent 1.0.0

Filename Size
dagger-parent-1.0.0.pom 4 KB
Browse

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