# ZeusArchPro **Repository Path**: jltx/ZeusArchPro ## Basic Information - **Project Name**: ZeusArchPro - **Description**: kotlin mvvm 协程 封装的库 - **Primary Language**: Android - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-05-14 - **Last Updated**: 2022-10-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ZeusArchPro #### 介绍 kotlin mvvm 协程 封装的库 #### 最新的库 [![](https://jitpack.io/v/com.gitee.jltx/ZeusArchPro.svg)](https://jitpack.io/#com.gitee.jltx/ZeusArchPro) Add it in your root build.gradle at the end of repositories: ```Java allprojects { repositories { ... maven { url 'https://jitpack.io' } } } ``` Step 2. Add the dependency ```Java dependencies { implementation 'com.gitee.jltx:ZeusArchPro:viewmodel:version' implementation 'com.gitee.jltx:ZeusArchPro:view:version' implementation 'com.gitee.jltx:ZeusArchPro:observable:version' } ```