Shiv

Helper classes for using Dagger with Android

License

License

GroupId

GroupId

com.github.erd
ArtifactId

ArtifactId

shiv
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

aar
Description

Description

Shiv
Helper classes for using Dagger with Android

Download shiv

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.erd/shiv/ -->
<dependency>
    <groupId>com.github.erd</groupId>
    <artifactId>shiv</artifactId>
    <version>1.1.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.erd/shiv/
implementation 'com.github.erd:shiv:1.1.0'
// https://jarcasting.com/artifacts/com.github.erd/shiv/
implementation ("com.github.erd:shiv:1.1.0")
'com.github.erd:shiv:aar:1.1.0'
<dependency org="com.github.erd" name="shiv" rev="1.1.0">
  <artifact name="shiv" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.erd', module='shiv', version='1.1.0')
)
libraryDependencies += "com.github.erd" % "shiv" % "1.1.0"
[com.github.erd/shiv "1.1.0"]

Dependencies

compile (2)

Group / Artifact Type Version
com.squareup.dagger : dagger jar 1.2.0
com.android.support » support-v4 jar 19.0.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.0