License |
License |
---|---|
GroupId | GroupIdio.github.jinxiyang |
ArtifactId | ArtifactIdoverscrolllayout |
Version | Version0.1.3 |
Type | Typeaar |
Description |
DescriptionOverScrollLayout
Android自定义控件,支持RecyclerView、NestedScrollView过度滚动并回弹
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
overscrolllayout-0.1.3.pom | |
overscrolllayout-0.1.3-sources.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.jinxiyang/overscrolllayout/ -->
<dependency>
<groupId>io.github.jinxiyang</groupId>
<artifactId>overscrolllayout</artifactId>
<version>0.1.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.jinxiyang/overscrolllayout/
implementation 'io.github.jinxiyang:overscrolllayout:0.1.3'
// https://jarcasting.com/artifacts/io.github.jinxiyang/overscrolllayout/
implementation ("io.github.jinxiyang:overscrolllayout:0.1.3")
'io.github.jinxiyang:overscrolllayout:aar:0.1.3'
<dependency org="io.github.jinxiyang" name="overscrolllayout" rev="0.1.3">
<artifact name="overscrolllayout" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.jinxiyang', module='overscrolllayout', version='0.1.3')
)
libraryDependencies += "io.github.jinxiyang" % "overscrolllayout" % "0.1.3"
[io.github.jinxiyang/overscrolllayout "0.1.3"]