# apache-components
**Repository Path**: mirrors_yanzhenjie/apache-components
## Basic Information
- **Project Name**: apache-components
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-03-11
- **Last Updated**: 2025-08-02
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Apache comonents
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.
# Product List
If you need other libraries, please tell me in the [issue](https://github.com/yanzhenjie/apache-components/issues).
## Fileupload
It comes from [Apache commons-fileupload](http://commons.apache.org/proper/commons-fileupload/).
```
compile 'com.yanzhenjie.apache:fileupload:1.4'
```
```
com.yanzhenjie.apache
fileupload
1.4
```
## HttpCore
It comes from [Apache httpcomponents-core-ga](http://hc.apache.org/httpcomponents-core-ga/).
```
implementation 'com.yanzhenjie.apache:httpcore:4.4.16'
```
```
com.yanzhenjie.apache
httpcore
4.4.16
```