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