| License |
License |
|---|---|
| GroupId | GroupIdcom.github.erd |
| ArtifactId | ArtifactIdshiv |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionShiv
Helper classes for using Dagger with Android
|
| Filename | Size |
|---|---|
| shiv-1.1.0.pom | |
| shiv-1.1.0.aar | 7 KB |
| shiv-1.1.0-sources.jar | 6 KB |
| shiv-1.1.0-javadoc.jar | 59 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.squareup.dagger : dagger | jar | 1.2.0 |
| com.android.support » support-v4 | jar | 19.0.0 |