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