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
文件下载
文件名 操作
DroidUIScrollView-1.0.1.pom 下载
DroidUIScrollView-1.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.greycellofp</groupId>
  <artifactId>DroidUIScrollView</artifactId>
  <version>1.0.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.greycellofp:DroidUIScrollView:1.0.1'
Gradle Kotlin
implementation("com.greycellofp:DroidUIScrollView:1.0.1")
Scala SBT
libraryDependencies += "com.greycellofp" % "DroidUIScrollView" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.greycellofp', module='DroidUIScrollView', version='1.0.1')
)
Apache Ivy
<dependency org="com.greycellofp" name="DroidUIScrollView" rev="1.0.1" />
Leiningen
[com.greycellofp/DroidUIScrollView "1.0.1"]
Apache Buildr
'com.greycellofp:DroidUIScrollView:jar:1.0.1'
本项目依赖