| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаcom.github.isong0623 |
| Идентификатор | ИдентификаторEasyNet |
| Последняя версия | Последняя версия1.0-core |
| Дата | Дата |
| Тип | Типaar |
| Описание |
ОписаниеEasyNet
A more focused framework for network requests and parsing .
|
| Имя Файла | Размер |
|---|---|
| EasyNet-1.0-core.pom | |
| EasyNet-1.0-core.aar | 10 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.isong0623/EasyNet/ -->
<dependency>
<groupId>com.github.isong0623</groupId>
<artifactId>EasyNet</artifactId>
<version>1.0-core</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.isong0623/EasyNet/
implementation 'com.github.isong0623:EasyNet:1.0-core'
// https://jarcasting.com/artifacts/com.github.isong0623/EasyNet/
implementation ("com.github.isong0623:EasyNet:1.0-core")
'com.github.isong0623:EasyNet:aar:1.0-core'
<dependency org="com.github.isong0623" name="EasyNet" rev="1.0-core">
<artifact name="EasyNet" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.isong0623', module='EasyNet', version='1.0-core')
)
libraryDependencies += "com.github.isong0623" % "EasyNet" % "1.0-core"
[com.github.isong0623/EasyNet "1.0-core"]