Select Git revision
build.gradle
build.gradle 190 B
dependencies {
compile project(':rosjava')
compile 'org.yaml:snakeyaml:[1.17, 1.18)'
testCompile 'junit:junit:4.8.2'
testCompile project(':rosjava').sourceSets.test.output
}