| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.bignerdranch.android |
| Идентификатор | Идентификаторsimple-item-decoration |
| Версия | Версия1.0.0 |
| Тип | Типaar |
| Описание |
ОписаниеSimple Item Decoration
A divider for Android's RecyclerView using RecyclerView.ItemDecoration
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/com.bignerdranch.android/simple-item-decoration/ -->
<dependency>
<groupId>com.bignerdranch.android</groupId>
<artifactId>simple-item-decoration</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.bignerdranch.android/simple-item-decoration/
implementation 'com.bignerdranch.android:simple-item-decoration:1.0.0'
// https://jarcasting.com/artifacts/com.bignerdranch.android/simple-item-decoration/
implementation ("com.bignerdranch.android:simple-item-decoration:1.0.0")
'com.bignerdranch.android:simple-item-decoration:aar:1.0.0'
<dependency org="com.bignerdranch.android" name="simple-item-decoration" rev="1.0.0">
<artifact name="simple-item-decoration" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.bignerdranch.android', module='simple-item-decoration', version='1.0.0')
)
libraryDependencies += "com.bignerdranch.android" % "simple-item-decoration" % "1.0.0"
[com.bignerdranch.android/simple-item-decoration "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.android.support » recyclerview-v7 | jar | 23.1.1 |