| License |
License |
|---|---|
| GroupId | GroupIdcom.bignerdranch.android |
| ArtifactId | ArtifactIdsimple-item-decoration |
| Version | Version1.0.0 |
| Type | Typeaar |
| Description |
DescriptionSimple Item Decoration
A divider for Android's RecyclerView using RecyclerView.ItemDecoration
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.android.support » recyclerview-v7 | jar | 23.1.1 |