Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 366 Bytes

File metadata and controls

24 lines (16 loc) · 366 Bytes

OkHttps

介绍

基于 OkHttps 核心模块

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