Download android-observablescrollview-1.2.1.jar file - Jar a

Jar examples for a:android-observablescrollview

Description

Android library to observe scroll events on scrollable views.

You can download jar file android-observablescrollview 1.2.1 in this page.

License

Apache License 2.0

Build File

You can use the following script to add android-observablescrollview-1.2.1.jar to your project.

<dependency>
   <groupId>com.github.ksoichiro</groupId>
   <artifactId>android-observablescrollview</artifactId>
   <version>1.2.1</version>
</dependency>
compile group: 'com.github.ksoichiro', name: 'android-observablescrollview', version: '1.2.1'
libraryDependencies += "com.github.ksoichiro" % "android-observablescrollview" % "1.2.1"
<dependency org="com.github.ksoichiro" name="android-observablescrollview" rev="1.2.1"/>
@Grapes(@Grab(group='com.github.ksoichiro', module='android-observablescrollview', version='1.2.1'))
'com.github.ksoichiro:android-observablescrollview:jar:1.2.1'

Download

Click the following link to download the jar file.

android-observablescrollview-1.2.1-javadoc.jar
android-observablescrollview-1.2.1-sources.jar
android-observablescrollview-1.2.1.pom



Related Tutorials