Download play-testrunner-1.2.7.jar file - Jar p

Jar examples for p:play-testrunner

Description

Play! TestRunner Module

You can download jar file play-testrunner 1.2.7 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add play-testrunner-1.2.7.jar to your project.

<dependency>
   <groupId>com.google.code.maven-play-plugin.org.playframework.modules.testrunner</groupId>
   <artifactId>play-testrunner</artifactId>
   <version>1.2.7</version>
</dependency>
compile group: 'com.google.code.maven-play-plugin.org.playframework.modules.testrunner', name: 'play-testrunner', version: '1.2.7'
libraryDependencies += "com.google.code.maven-play-plugin.org.playframework.modules.testrunner" % "play-testrunner" % "1.2.7"
<dependency org="com.google.code.maven-play-plugin.org.playframework.modules.testrunner" name="play-testrunner" rev="1.2.7"/>
@Grapes(@Grab(group='com.google.code.maven-play-plugin.org.playframework.modules.testrunner', module='play-testrunner', version='1.2.7'))
'com.google.code.maven-play-plugin.org.playframework.modules.testrunner:play-testrunner:jar:1.2.7'

Download

Click the following link to download the jar file.

play-testrunner-1.2.7-javadoc.jar
play-testrunner-1.2.7-sources.jar
play-testrunner-1.2.7.jar
play-testrunner-1.2.7.pom



Related Tutorials