移动共享 以构件形式发布的Instructure移动应用程序的共享开放源代码。 玛文 。 每次推送到母版后都会释放snapshot 带标记的版本会自动发布为稳定版本 repositories { maven { url " https://dl.bintray.com/instructure/maven " } } dependencies { compile( " com.github.instructure:espresso:snapshot " ) // snapshot release compile( " com.github.instructure:espresso:1.0.0 " ) // stable release }