| Группа | Группаcom.github.oncizl |
|---|---|
| Идентификатор | Идентификаторrecycler-adapter |
| Версия | Версия1.0.2 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| recycler-adapter-1.0.2.pom | |
| recycler-adapter-1.0.2.aar | 10 KB |
| recycler-adapter-1.0.2-sources.jar | 3 KB |
| recycler-adapter-1.0.2-javadoc.jar | 30 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.oncizl/recycler-adapter/ -->
<dependency>
<groupId>com.github.oncizl</groupId>
<artifactId>recycler-adapter</artifactId>
<version>1.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.oncizl/recycler-adapter/
implementation 'com.github.oncizl:recycler-adapter:1.0.2'
// https://jarcasting.com/artifacts/com.github.oncizl/recycler-adapter/
implementation ("com.github.oncizl:recycler-adapter:1.0.2")
'com.github.oncizl:recycler-adapter:aar:1.0.2'
<dependency org="com.github.oncizl" name="recycler-adapter" rev="1.0.2">
<artifact name="recycler-adapter" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.oncizl', module='recycler-adapter', version='1.0.2')
)
libraryDependencies += "com.github.oncizl" % "recycler-adapter" % "1.0.2"
[com.github.oncizl/recycler-adapter "1.0.2"]