Maven使用配置 feilong 自从3.0.0开始,发布中央仓库 https://search.maven.org/artifact/com.github.ifeilong/feilong maven 配置 ``` <dependency> <groupId>com.github.ifeilong</groupId> <artifactId>feilong</artifactId> <version>3.5.1</version> </dependency> ``` Gradle 配置 ``` com.github.ifeilong:feilong:3.5.1 ```