GroupId | GroupIdcom.github.ksoichiro |
---|---|
ArtifactId | ArtifactIdandroid-observablescrollview |
Version | Version1.4.0 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.github.ksoichiro/android-observablescrollview/ -->
<dependency>
<groupId>com.github.ksoichiro</groupId>
<artifactId>android-observablescrollview</artifactId>
<version>1.4.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ksoichiro/android-observablescrollview/
implementation 'com.github.ksoichiro:android-observablescrollview:1.4.0'
// https://jarcasting.com/artifacts/com.github.ksoichiro/android-observablescrollview/
implementation ("com.github.ksoichiro:android-observablescrollview:1.4.0")
'com.github.ksoichiro:android-observablescrollview:aar:1.4.0'
<dependency org="com.github.ksoichiro" name="android-observablescrollview" rev="1.4.0">
<artifact name="android-observablescrollview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.ksoichiro', module='android-observablescrollview', version='1.4.0')
)
libraryDependencies += "com.github.ksoichiro" % "android-observablescrollview" % "1.4.0"
[com.github.ksoichiro/android-observablescrollview "1.4.0"]