| GroupId | GroupIdru.noties |
|---|---|
| ArtifactId | ArtifactIdscrollable |
| Version | Version1.1.3 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| scrollable-1.1.3.pom | |
| scrollable-1.1.3.aar | 23 KB |
| scrollable-1.1.3-sources.jar | 15 KB |
| scrollable-1.1.3-javadoc.jar | 68 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ru.noties/scrollable/ -->
<dependency>
<groupId>ru.noties</groupId>
<artifactId>scrollable</artifactId>
<version>1.1.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ru.noties/scrollable/
implementation 'ru.noties:scrollable:1.1.3'
// https://jarcasting.com/artifacts/ru.noties/scrollable/
implementation ("ru.noties:scrollable:1.1.3")
'ru.noties:scrollable:aar:1.1.3'
<dependency org="ru.noties" name="scrollable" rev="1.1.3">
<artifact name="scrollable" type="aar" />
</dependency>
@Grapes(
@Grab(group='ru.noties', module='scrollable', version='1.1.3')
)
libraryDependencies += "ru.noties" % "scrollable" % "1.1.3"
[ru.noties/scrollable "1.1.3"]