License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.github.claymantwinkle |
ArtifactId | ArtifactIdrecyclerviewassist |
Version | Version0.0.1 |
Type | Typeaar |
Description |
DescriptionRecyclerviewAssist
A library that can help to use RecyclerView
|
Filename | Size |
---|---|
recyclerviewassist-0.0.1.pom | |
recyclerviewassist-0.0.1.aar | 26 KB |
recyclerviewassist-0.0.1-sources.jar | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.claymantwinkle/recyclerviewassist/ -->
<dependency>
<groupId>com.github.claymantwinkle</groupId>
<artifactId>recyclerviewassist</artifactId>
<version>0.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.claymantwinkle/recyclerviewassist/
implementation 'com.github.claymantwinkle:recyclerviewassist:0.0.1'
// https://jarcasting.com/artifacts/com.github.claymantwinkle/recyclerviewassist/
implementation ("com.github.claymantwinkle:recyclerviewassist:0.0.1")
'com.github.claymantwinkle:recyclerviewassist:aar:0.0.1'
<dependency org="com.github.claymantwinkle" name="recyclerviewassist" rev="0.0.1">
<artifact name="recyclerviewassist" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.claymantwinkle', module='recyclerviewassist', version='0.0.1')
)
libraryDependencies += "com.github.claymantwinkle" % "recyclerviewassist" % "0.0.1"
[com.github.claymantwinkle/recyclerviewassist "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.android.support » recyclerview-v7 | jar | 23.4.0 |
com.android.support » appcompat-v7 | jar | 23.4.0 |