GroupId | GroupIdcom.typesafe.play |
---|---|
ArtifactId | ArtifactIdplay-integration-test_2.11 |
Version | Version2.6.13 |
Type | Typejar |
Filename | Size |
---|---|
play-integration-test_2.11-2.6.13.pom | |
play-integration-test_2.11-2.6.13.jar | 313 bytes |
play-integration-test_2.11-2.6.13-sources.jar | 328 bytes |
play-integration-test_2.11-2.6.13-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.13</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.13'
// https://jarcasting.com/artifacts/com.typesafe.play/play-integration-test_2.11/
implementation ("com.typesafe.play:play-integration-test_2.11:2.6.13")
'com.typesafe.play:play-integration-test_2.11:jar:2.6.13'
<dependency org="com.typesafe.play" name="play-integration-test_2.11" rev="2.6.13">
<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.13')
)
libraryDependencies += "com.typesafe.play" % "play-integration-test_2.11" % "2.6.13"
[com.typesafe.play/play-integration-test_2.11 "2.6.13"]