| Categories |
CategoriesSBE Data Data Structures |
|---|---|
| GroupId | GroupIdcom.rosberry.android |
| ArtifactId | ArtifactIdAbstractRecycler |
| Version | Version1.0.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| AbstractRecycler-1.0.0.pom | |
| AbstractRecycler-1.0.0.aar | 4 KB |
| AbstractRecycler-1.0.0-sources.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.rosberry.android/AbstractRecycler/ -->
<dependency>
<groupId>com.rosberry.android</groupId>
<artifactId>AbstractRecycler</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.rosberry.android/AbstractRecycler/
implementation 'com.rosberry.android:AbstractRecycler:1.0.0'
// https://jarcasting.com/artifacts/com.rosberry.android/AbstractRecycler/
implementation ("com.rosberry.android:AbstractRecycler:1.0.0")
'com.rosberry.android:AbstractRecycler:aar:1.0.0'
<dependency org="com.rosberry.android" name="AbstractRecycler" rev="1.0.0">
<artifact name="AbstractRecycler" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.rosberry.android', module='AbstractRecycler', version='1.0.0')
)
libraryDependencies += "com.rosberry.android" % "AbstractRecycler" % "1.0.0"
[com.rosberry.android/AbstractRecycler "1.0.0"]