bjaction

An action handle in app for android.

Лицензия

Лицензия

Группа

Группа

io.github.yangxlei
Идентификатор

Идентификатор

bjaction
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

aar
Описание

Описание

bjaction
An action handle in app for android.
Ссылка на сайт

Ссылка на сайт

https://github.com/yangxlei/network
Система контроля версий

Система контроля версий

https://github.com/yangxlei/network

Скачать bjaction

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/io.github.yangxlei/bjaction/ -->
<dependency>
    <groupId>io.github.yangxlei</groupId>
    <artifactId>bjaction</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.yangxlei/bjaction/
implementation 'io.github.yangxlei:bjaction:1.0.0'
// https://jarcasting.com/artifacts/io.github.yangxlei/bjaction/
implementation ("io.github.yangxlei:bjaction:1.0.0")
'io.github.yangxlei:bjaction:aar:1.0.0'
<dependency org="io.github.yangxlei" name="bjaction" rev="1.0.0">
  <artifact name="bjaction" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.yangxlei', module='bjaction', version='1.0.0')
)
libraryDependencies += "io.github.yangxlei" % "bjaction" % "1.0.0"
[io.github.yangxlei/bjaction "1.0.0"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

bjnetwork

A network client based OKHttp

基于 OKHttp 包装的网络工具库,包含功能:

  • cache, cookie 缓存处理
  • Http2, Spdy 支持
  • 日志输出开关
  • 上传下载进度
  • RxJava
  • WebSocket
  • 等等。

详细可跳转至:OKHttp源码浅析与最佳实践

#V1.6.0 修复自动重连时主动关闭失败问题

集成方式:

compile 'io.github.yangxlei:bjnetwork:1.6.0'

RxJava 扩展:

compile 'io.github.yangxlei:rx-bjnetwork:1.6.0'

WebSocket 扩展:

compile 'io.github.yangxlei:bjnetwork-ws:1.6.0'

Версии библиотеки

Версия
1.0.0