is not current version
Last Version 2.7.9

com.typesafe.play:play-test_2.11 2.7.4

Play-Test

GroupId

GroupId

com.typesafe.play
ArtifactId

ArtifactId

play-test_2.11
Version

Version

2.7.4
Type

Type

jar

Download play-test_2.11 2.7.4


<!-- https://jarcasting.com/artifacts/com.typesafe.play/play-test_2.11/ -->
<dependency>
    <groupId>com.typesafe.play</groupId>
    <artifactId>play-test_2.11</artifactId>
    <version>2.7.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.play/play-test_2.11/
implementation 'com.typesafe.play:play-test_2.11:2.7.4'
// https://jarcasting.com/artifacts/com.typesafe.play/play-test_2.11/
implementation ("com.typesafe.play:play-test_2.11:2.7.4")
'com.typesafe.play:play-test_2.11:jar:2.7.4'
<dependency org="com.typesafe.play" name="play-test_2.11" rev="2.7.4">
  <artifact name="play-test_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.play', module='play-test_2.11', version='2.7.4')
)
libraryDependencies += "com.typesafe.play" % "play-test_2.11" % "2.7.4"
[com.typesafe.play/play-test_2.11 "2.7.4"]