<dependency> <groupId>com.github.sbugat</groupId> <artifactId>rundeck-monitor</artifactId> <version>2.0</version> </dependency>
'com.github.sbugat:rundeck-monitor:jar:2.0'
<dependency org="com.github.sbugat" name="rundeck-monitor" rev="2.0"> <artifact name="rundeck-monitor" type="jar" /> </dependency>
@Grapes( @Grab(group='com.github.sbugat', module='rundeck-monitor', version='2.0') )
compile 'com.github.sbugat:rundeck-monitor:2.0'
[com.github.sbugat/rundeck-monitor "2.0"]
libraryDependencies += "com.github.sbugat" % "rundeck-monitor" % "2.0"