Dependency Information

Apache Maven

<dependency>
  <groupId>org.kohsuke</groupId>
  <artifactId>youdebug</artifactId>
  <version>1.6-SNAPSHOT</version>
</dependency>

Apache Buildr

'org.kohsuke:youdebug:jar:1.6-SNAPSHOT'

Apache Ant

<dependency org="org.kohsuke" name="youdebug" rev="1.6-SNAPSHOT">
  <artifact name="youdebug" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.kohsuke', module='youdebug', version='1.6-SNAPSHOT')
)

Grails

compile 'org.kohsuke:youdebug:1.6-SNAPSHOT'

Leiningen

[org.kohsuke/youdebug "1.6-SNAPSHOT"]

SBT

libraryDependencies += "org.kohsuke" %% "youdebug" % "1.6-SNAPSHOT"