is not current version
Last Version 0.1.5

com.github.winsonlim:multiscrollview 0.1.3

The MultiScrollView extends the ScrollView class to enable user to scroll in the child's layout instead of the parent view.

GroupId

GroupId

com.github.winsonlim
ArtifactId

ArtifactId

multiscrollview
Version

Version

0.1.3
Type

Type

jar

Download multiscrollview 0.1.3


<!-- https://jarcasting.com/artifacts/com.github.winsonlim/multiscrollview/ -->
<dependency>
    <groupId>com.github.winsonlim</groupId>
    <artifactId>multiscrollview</artifactId>
    <version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.winsonlim/multiscrollview/
implementation 'com.github.winsonlim:multiscrollview:0.1.3'
// https://jarcasting.com/artifacts/com.github.winsonlim/multiscrollview/
implementation ("com.github.winsonlim:multiscrollview:0.1.3")
'com.github.winsonlim:multiscrollview:jar:0.1.3'
<dependency org="com.github.winsonlim" name="multiscrollview" rev="0.1.3">
  <artifact name="multiscrollview" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.winsonlim', module='multiscrollview', version='0.1.3')
)
libraryDependencies += "com.github.winsonlim" % "multiscrollview" % "0.1.3"
[com.github.winsonlim/multiscrollview "0.1.3"]