# ViewSupport **Repository Path**: mirrors_GcsSloop/ViewSupport ## Basic Information - **Project Name**: ViewSupport - **Description**: View辅助工具包,帮助你快速优雅的完成自定义View - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-11 - **Last Updated**: 2026-04-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
## 如何添加该开源库
#### Gradle:
**Step 1. 添加JitPack仓库**
在当前项目的根目录下的 `build.gradle` 文件中添加如下内容:
``` gradle
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
```
**Step 2. 添加项目依赖**
``` gradle
dependencies {
compile 'com.github.GcsSloop:ViewSupport:v1.3.0'
}
```
## About Me
### 微博: [@GcsSloop](http://weibo.com/GcsSloop)
## License
```
Copyright (c) 2016 GcsSloop
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```