# FragmentPageFramework **Repository Path**: jltx/FragmentPageFramework ## Basic Information - **Project Name**: FragmentPageFramework - **Description**: FragmentPageFramework框架 - **Primary Language**: Android - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-04-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #FragmentPageFramework #### 介绍 jltxseo 个人封装的框架库和控件库的整合 #### 最新的库 [![](https://jitpack.io/v/com.gitee.jltx/FragmentPageFramework.svg)](https://jitpack.io/#com.gitee.jltx/FragmentPageFramework) 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.FragmentPageFramework:bottombarlayout:version' implementation 'com.gitee.jltx.FragmentPageFramework:foatacionbutonlib:version' implementation 'com.gitee.jltx.FragmentPageFramework:recyclerviewlib:version' implementation 'com.gitee.jltx.FragmentPageFramework:statusbar-lib:version' implementation 'com.gitee.jltx.FragmentPageFramework:fragmentpageframework:version' implementation 'com.gitee.jltx.FragmentPageFramework:imageloaderfragmework:version' } ```