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