is not current version
Last Version 1.5.0-SNAP1

org.scalatestplus:play_2.10 1.4.0

play

Categories

Categories

Scala Languages
GroupId

GroupId

org.scalatestplus
ArtifactId

ArtifactId

play_2.10
Version

Version

1.4.0
Type

Type

jar

Download play_2.10 1.4.0


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