| GroupId | GroupIdcom.github.winsonlim |
|---|---|
| ArtifactId | ArtifactIdmultiscrollview |
| Version | Version0.1.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| multiscrollview-0.1.3.pom | |
| multiscrollview-0.1.3.jar | 4 KB |
| multiscrollview-0.1.3-sources.jar | 1 KB |
| multiscrollview-0.1.3-javadoc.jar | 24 KB |
| Browse |
<!-- 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"]