D

DroidUIScrollView

An attempt at a ScrollView that scrolls both vertically and horizontally
https://github.com/myntra/droid-uiscrollview
GNU General Public License, version 2
Pawan Kumar
Files download
File Operation
DroidUIScrollView-1.0.0.pom download
DroidUIScrollView-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.greycellofp</groupId>
  <artifactId>DroidUIScrollView</artifactId>
  <version>1.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.greycellofp:DroidUIScrollView:1.0.0'
Gradle Kotlin
implementation("com.greycellofp:DroidUIScrollView:1.0.0")
Scala SBT
libraryDependencies += "com.greycellofp" % "DroidUIScrollView" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.greycellofp', module='DroidUIScrollView', version='1.0.0')
)
Apache Ivy
<dependency org="com.greycellofp" name="DroidUIScrollView" rev="1.0.0" />
Leiningen
[com.greycellofp/DroidUIScrollView "1.0.0"]
Apache Buildr
'com.greycellofp:DroidUIScrollView:jar:1.0.0'