# spinach **Repository Path**: temporary-storage/spinach ## Basic Information - **Project Name**: spinach - **Description**: 安卓开发脚手架,搭建基础框架 - **Primary Language**: Android - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 3 - **Created**: 2020-08-01 - **Last Updated**: 2024-04-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 大力水手的菠菜 [![](https://jitpack.io/v/com.gitee.temporary-storage/spinach.svg)](https://jitpack.io/#com.gitee.temporary-storage/spinach)[![API](https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=21) > Android开发脚手架, 用了这个框架你就成为大力水手, 极快的开发项目. ``` // 依赖全部 implementation 'com.gitee.temporary-storage:spinach:${latest-version}' // 依赖模块 implementation 'com.gitee.temporary-storage.spinach:ui:${latest-version}' implementation 'com.gitee.temporary-storage.spinach:core:${latest-version}' implementation 'com.gitee.temporary-storage.spinach:helper:${latest-version}' implementation 'com.gitee.temporary-storage.spinach:data:${latest-version}' ```