| License |
License |
|---|---|
| Categories |
CategoriesSBE Data Data Structures |
| GroupId | GroupIdcom.rosberry.android |
| ArtifactId | ArtifactIdAbstractRecycler |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionAbstractRecycler
Wrapper for recycler view
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| AbstractRecycler-1.0.1.pom | |
| AbstractRecycler-1.0.1.aar | 5 KB |
| AbstractRecycler-1.0.1-sources.jar | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.rosberry.android/AbstractRecycler/ -->
<dependency>
<groupId>com.rosberry.android</groupId>
<artifactId>AbstractRecycler</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.rosberry.android/AbstractRecycler/
implementation 'com.rosberry.android:AbstractRecycler:1.0.1'
// https://jarcasting.com/artifacts/com.rosberry.android/AbstractRecycler/
implementation ("com.rosberry.android:AbstractRecycler:1.0.1")
'com.rosberry.android:AbstractRecycler:aar:1.0.1'
<dependency org="com.rosberry.android" name="AbstractRecycler" rev="1.0.1">
<artifact name="AbstractRecycler" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.rosberry.android', module='AbstractRecycler', version='1.0.1')
)
libraryDependencies += "com.rosberry.android" % "AbstractRecycler" % "1.0.1"
[com.rosberry.android/AbstractRecycler "1.0.1"]