Dependency Information

Apache Maven

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

Apache Buildr

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

Apache Ivy

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

Groovy Grape

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

Grails

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

Leiningen

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

SBT

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