2496559250 / BasicUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

前言

  • 如果大家觉得有点帮助,希望可以抬抬你的贵手,送我一个星星,谢谢。如果有什么问题,也欢迎你在下方留言或者在BasicUI中提

How to

  • Step 1. Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}
  • Step 2. Add the dependency
    dependencies {
            implementation 'com.github.Peakmain:BasicUI:1.0.3'
    }

About


Languages

Language:Java 86.2%Language:C++ 10.6%Language:C 3.0%Language:CMake 0.1%