GroupId | GroupIdcom.typesafe.play |
---|---|
ArtifactId | ArtifactIdplay-integration-test_2.11 |
Version | Version2.6.0-M3 |
Type | Typejar |
Filename | Size |
---|---|
play-integration-test_2.11-2.6.0-M3.pom | |
play-integration-test_2.11-2.6.0-M3.jar | 315 bytes |
play-integration-test_2.11-2.6.0-M3-sources.jar | 330 bytes |
play-integration-test_2.11-2.6.0-M3-javadoc.jar | 189 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.typesafe.play/play-integration-test_2.11/ -->
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>play-integration-test_2.11</artifactId>
<version>2.6.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.play/play-integration-test_2.11/
implementation 'com.typesafe.play:play-integration-test_2.11:2.6.0-M3'
// https://jarcasting.com/artifacts/com.typesafe.play/play-integration-test_2.11/
implementation ("com.typesafe.play:play-integration-test_2.11:2.6.0-M3")
'com.typesafe.play:play-integration-test_2.11:jar:2.6.0-M3'
<dependency org="com.typesafe.play" name="play-integration-test_2.11" rev="2.6.0-M3">
<artifact name="play-integration-test_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.play', module='play-integration-test_2.11', version='2.6.0-M3')
)
libraryDependencies += "com.typesafe.play" % "play-integration-test_2.11" % "2.6.0-M3"
[com.typesafe.play/play-integration-test_2.11 "2.6.0-M3"]