Dependency Information

Apache Maven

<dependency>
  <groupId>com.google.code.play2-maven-plugin</groupId>
  <artifactId>play2-source-watcher-jnotify</artifactId>
  <version>1.0.0-beta9</version>
</dependency>

Apache Buildr

'com.google.code.play2-maven-plugin:play2-source-watcher-jnotify:jar:1.0.0-beta9'

Apache Ivy

<dependency org="com.google.code.play2-maven-plugin" name="play2-source-watcher-jnotify" rev="1.0.0-beta9">
  <artifact name="play2-source-watcher-jnotify" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.google.code.play2-maven-plugin', module='play2-source-watcher-jnotify', version='1.0.0-beta9')
)

Gradle/Grails

compile 'com.google.code.play2-maven-plugin:play2-source-watcher-jnotify:1.0.0-beta9'

Scala SBT

libraryDependencies += "com.google.code.play2-maven-plugin" % "play2-source-watcher-jnotify" % "1.0.0-beta9"

Leiningen

[com.google.code.play2-maven-plugin/play2-source-watcher-jnotify "1.0.0-beta9"]