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