Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.Application-UI-UX</groupId>
  <artifactId>mobile_catkin_modules_build_development_tools</artifactId>
  <version>0.4.4</version>
</dependency>

Apache Buildr

'com.github.Application-UI-UX:mobile_catkin_modules_build_development_tools:jar:0.4.4'

Apache Ivy

<dependency org="com.github.Application-UI-UX" name="mobile_catkin_modules_build_development_tools" rev="0.4.4">
  <artifact name="mobile_catkin_modules_build_development_tools" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.Application-UI-UX', module='mobile_catkin_modules_build_development_tools', version='0.4.4')
)

Gradle/Grails

compile 'com.github.Application-UI-UX:mobile_catkin_modules_build_development_tools:0.4.4'

Scala SBT

libraryDependencies += "com.github.Application-UI-UX" % "mobile_catkin_modules_build_development_tools" % "0.4.4"

Leiningen

[com.github.Application-UI-UX/mobile_catkin_modules_build_development_tools "0.4.4"]