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

Jar examples for p:play-testrunner

Description

Play! TestRunner Module

You can download jar file play-testrunner 1.2.5 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.5.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials