# Cart **Repository Path**: liudateng/Cart ## Basic Information - **Project Name**: Cart - **Description**: 组件化学习——Cart组件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Cart 组件化学习——Cart组件 [![](https://jitpack.io/v/hufeiyang/Cart.svg)](https://jitpack.io/#hufeiyang/Cart) Step 1. Add the JitPack repository to your build file Add it in your root build.gradle at the end of repositories: allprojects { repositories { ... maven { url 'https://jitpack.io' } } } Step 2. Add the dependency dependencies { implementation 'com.github.hufeiyang:Cart:1.0.0' }