# MineSQL Repository 采用github的repo分支进行依赖,随项目发布而自动更新。 其他依赖方式见主页介绍。 ## 依赖方式 ### Maven ```xml MineSQL GitHub Branch Repository https://raw.githubusercontent.com/CarmJos/MineSQL/repo/ ``` ### Gradle ```groovy repositories { maven { url 'https://raw.githubusercontent.com/CarmJos/MineSQL/repo/' } } ```