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