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