Skip to content
Snippets Groups Projects
Select Git revision
  • f28b21772ff06cb9beb1273c054f4c9a5438c819
  • main default
  • feature/cleanup-for-registry protected
  • kinetic
  • 0.3.7
  • 0.3.6
  • 0.3.5
  • 0.3.4
  • 0.3.3
  • 0.3.2
  • 0.2.2
  • 0.3.1
  • 0.3.0
  • 0.2.1
  • 0.1.6
  • 0.1.5
  • 0.2.0
  • 0.1.4
  • 0.1.3
  • 0.1.2
  • 0.1.1
  • 0.0.1
  • 0.0.0
23 results

build.gradle

Blame
  • user avatar
    Juan Ignacio Ubeira authored
    9ab275ac
    History
    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
    }