1 Star 0 Fork 0

元谷 / learnRXJava2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 252 Bytes
一键复制 编辑 原始数据 按行查看 历史
元谷 提交于 2018-06-27 15:49 . init project
group 'com.huoyaojing'
version '1.0'
apply plugin: 'java'
sourceCompatibility = 1.8
repositories {
mavenCentral()
}
dependencies {
compile 'io.reactivex.rxjava2:rxjava:2.0.1'
testCompile group: 'junit', name: 'junit', version: '4.12'
}
Java
1
https://gitee.com/yuangu/learnRXJava2.git
git@gitee.com:yuangu/learnRXJava2.git
yuangu
learnRXJava2
learnRXJava2
master

搜索帮助