| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.erd |
| Идентификатор | Идентификаторshiv |
| Версия | Версия1.1.0 |
| Тип | Типaar |
| Описание |
ОписаниеShiv
Helper classes for using Dagger with Android
|
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.squareup.dagger : dagger | jar | 1.2.0 |
| com.android.support » support-v4 | jar | 19.0.0 |