is not current version
Last Version 1.5.0-SNAP1

org.scalatestplus:play_2.10 1.4.0-M4

play

Categories

Categories

Scala Languages
GroupId

GroupId

org.scalatestplus
ArtifactId

ArtifactId

play_2.10
Version

Version

1.4.0-M4
Type

Type

jar

Download play_2.10 1.4.0-M4


<!-- https://jarcasting.com/artifacts/org.scalatestplus/play_2.10/ -->
<dependency>
    <groupId>org.scalatestplus</groupId>
    <artifactId>play_2.10</artifactId>
    <version>1.4.0-M4</version>
</dependency>
// https://jarcasting.com/artifacts/org.scalatestplus/play_2.10/
implementation 'org.scalatestplus:play_2.10:1.4.0-M4'
// https://jarcasting.com/artifacts/org.scalatestplus/play_2.10/
implementation ("org.scalatestplus:play_2.10:1.4.0-M4")
'org.scalatestplus:play_2.10:jar:1.4.0-M4'
<dependency org="org.scalatestplus" name="play_2.10" rev="1.4.0-M4">
  <artifact name="play_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scalatestplus', module='play_2.10', version='1.4.0-M4')
)
libraryDependencies += "org.scalatestplus" % "play_2.10" % "1.4.0-M4"
[org.scalatestplus/play_2.10 "1.4.0-M4"]