Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdorg.scalatestplus |
ArtifactId | ArtifactIdplay_2.11 |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
play_2.11-1.2.0.pom | |
play_2.11-1.2.0.jar | 186 KB |
play_2.11-1.2.0-sources.jar | 52 KB |
play_2.11-1.2.0-javadoc.jar | 668 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.scalatestplus/play_2.11/ -->
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>play_2.11</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.scalatestplus/play_2.11/
implementation 'org.scalatestplus:play_2.11:1.2.0'
// https://jarcasting.com/artifacts/org.scalatestplus/play_2.11/
implementation ("org.scalatestplus:play_2.11:1.2.0")
'org.scalatestplus:play_2.11:jar:1.2.0'
<dependency org="org.scalatestplus" name="play_2.11" rev="1.2.0">
<artifact name="play_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scalatestplus', module='play_2.11', version='1.2.0')
)
libraryDependencies += "org.scalatestplus" % "play_2.11" % "1.2.0"
[org.scalatestplus/play_2.11 "1.2.0"]