# libcore **Repository Path**: maoyan_wdl/libcore ## Basic Information - **Project Name**: libcore - **Description**: 常用工具类合集 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # libcore Use -------- ``` AndroidManifest.xml ``` Download -------- ``` allprojects { repositories { ... maven { url 'https://jitpack.io' } } } dependencies { implementation 'com.github.Wudelin:libcore:v1.0.1' } ```