Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdorg.scalatestplus.play |
ArtifactId | ArtifactIdscalatestplus-play_2.13.0-M3 |
Version | Version4.0.0-M1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.scalatestplus.play/scalatestplus-play_2.13.0-M3/ -->
<dependency>
<groupId>org.scalatestplus.play</groupId>
<artifactId>scalatestplus-play_2.13.0-M3</artifactId>
<version>4.0.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.scalatestplus.play/scalatestplus-play_2.13.0-M3/
implementation 'org.scalatestplus.play:scalatestplus-play_2.13.0-M3:4.0.0-M1'
// https://jarcasting.com/artifacts/org.scalatestplus.play/scalatestplus-play_2.13.0-M3/
implementation ("org.scalatestplus.play:scalatestplus-play_2.13.0-M3:4.0.0-M1")
'org.scalatestplus.play:scalatestplus-play_2.13.0-M3:jar:4.0.0-M1'
<dependency org="org.scalatestplus.play" name="scalatestplus-play_2.13.0-M3" rev="4.0.0-M1">
<artifact name="scalatestplus-play_2.13.0-M3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scalatestplus.play', module='scalatestplus-play_2.13.0-M3', version='4.0.0-M1')
)
libraryDependencies += "org.scalatestplus.play" % "scalatestplus-play_2.13.0-M3" % "4.0.0-M1"
[org.scalatestplus.play/scalatestplus-play_2.13.0-M3 "4.0.0-M1"]