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