| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.hexhacking |
| Идентификатор | Идентификаторxdl |
| Последняя версия | Последняя версия1.1.4 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
ОписаниеxDL Android Lib
xDL is an enhanced implementation of the Android DL series functions.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| xdl-1.1.4.pom | |
| xdl-1.1.4-sources.jar | 261 bytes |
| xdl-1.1.4-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.hexhacking/xdl/ -->
<dependency>
<groupId>io.hexhacking</groupId>
<artifactId>xdl</artifactId>
<version>1.1.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.hexhacking/xdl/
implementation 'io.hexhacking:xdl:1.1.4'
// https://jarcasting.com/artifacts/io.hexhacking/xdl/
implementation ("io.hexhacking:xdl:1.1.4")
'io.hexhacking:xdl:aar:1.1.4'
<dependency org="io.hexhacking" name="xdl" rev="1.1.4">
<artifact name="xdl" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.hexhacking', module='xdl', version='1.1.4')
)
libraryDependencies += "io.hexhacking" % "xdl" % "1.1.4"
[io.hexhacking/xdl "1.1.4"]