# cloudfunx-kit **Repository Path**: cloudfunx/cloudfunx-kit ## Basic Information - **Project Name**: cloudfunx-kit - **Description**: 公司/个人使用工具包 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-23 - **Last Updated**: 2024-05-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## cloudfunx-kit cloudfunx通用工具类项目 ### 版本 TAG * v0.1_test_2_20210324 ### 集成 ``` allprojects { repositories { ... maven { url 'https://jitpack.io' } } } dependencies { implementation 'com.gitee.cloudfunx:cloudfunx-kit:Tag' } ```