License |
License |
---|---|
GroupId | GroupIdcom.akexorcist |
ArtifactId | ArtifactIdrecycler-background-support-view |
Version | Version1.0.0 |
Type | Typeaar |
Description |
DescriptionRecyclerBackgroundSupportView
Add Image View behind Recycler View with scrollable support
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.akexorcist/recycler-background-support-view/ -->
<dependency>
<groupId>com.akexorcist</groupId>
<artifactId>recycler-background-support-view</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.akexorcist/recycler-background-support-view/
implementation 'com.akexorcist:recycler-background-support-view:1.0.0'
// https://jarcasting.com/artifacts/com.akexorcist/recycler-background-support-view/
implementation ("com.akexorcist:recycler-background-support-view:1.0.0")
'com.akexorcist:recycler-background-support-view:aar:1.0.0'
<dependency org="com.akexorcist" name="recycler-background-support-view" rev="1.0.0">
<artifact name="recycler-background-support-view" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.akexorcist', module='recycler-background-support-view', version='1.0.0')
)
libraryDependencies += "com.akexorcist" % "recycler-background-support-view" % "1.0.0"
[com.akexorcist/recycler-background-support-view "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.4.32 |
androidx.appcompat » appcompat | jar | 1.2.0 |
androidx.recyclerview » recyclerview | jar | 1.2.0 |
androidx.databinding » viewbinding | jar | 4.1.3 |