Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 406 Bytes

File metadata and controls

24 lines (16 loc) · 406 Bytes

OkHttps FastJson

介绍

基于 OkHttps 与 FastJson 集成扩展

Maven
<dependency>
     <groupId>com.ejlchina</groupId>
     <artifactId>okhttps-fastjson</artifactId>
     <version>2.4.5</version>
</dependency>
Gradle
implementation 'com.ejlchina:okhttps-fastjson:2.4.5'