目前已经通过jitpack。使用gradle的小伙伴们可以通过如下配置获取该UI框架库 repositories { jcenter() maven { url "https://jitpack.io" } } dependencies { compile 'com.github.jarlure:layoutcreator:1.0.0' }