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