Dependency Information

Apache Maven

<dependency>
  <groupId>com.google.code.maven-play-plugin</groupId>
  <artifactId>play-selenium-junit4</artifactId>
  <version>1.0.0-beta8</version>
</dependency>

Apache Buildr

'com.google.code.maven-play-plugin:play-selenium-junit4:jar:1.0.0-beta8'

Apache Ivy

<dependency org="com.google.code.maven-play-plugin" name="play-selenium-junit4" rev="1.0.0-beta8">
  <artifact name="play-selenium-junit4" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.google.code.maven-play-plugin', module='play-selenium-junit4', version='1.0.0-beta8')
)

Grails

compile 'com.google.code.maven-play-plugin:play-selenium-junit4:1.0.0-beta8'

Leiningen

[com.google.code.maven-play-plugin/play-selenium-junit4 "1.0.0-beta8"]

SBT

libraryDependencies += "com.google.code.maven-play-plugin" % "play-selenium-junit4" % "1.0.0-beta8"