Apache open source repository, remove the extra dependencies (such as servlet), only use the native java API. The new library can be used in java, android and other platforms.
If you need other libraries, please tell me in the issue.
It comes from Apache commons-fileupload.
compile 'com.yanzhenjie.apache:fileupload:1.4'
<dependency>
<groupId>com.yanzhenjie.apache</groupId>
<artifactId>fileupload</artifactId>
<version>1.4</version>
</dependency>
It comes from Apache httpcomponents-core-ga.
implementation 'com.yanzhenjie.apache:httpcore:4.4.16'
<dependency>
<groupId>com.yanzhenjie.apache</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.16</version>
</dependency>