GroupId | GroupIdcom.typesafe.play |
---|---|
ArtifactId | ArtifactIdplay-integration-test_2.11 |
Version | Version2.5.5 |
Type | Typejar |
Filename | Size |
---|---|
play-integration-test_2.11-2.5.5.pom | |
play-integration-test_2.11-2.5.5.jar | 311 bytes |
play-integration-test_2.11-2.5.5-sources.jar | 326 bytes |
play-integration-test_2.11-2.5.5-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.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.play/play-integration-test_2.11/
implementation 'com.typesafe.play:play-integration-test_2.11:2.5.5'
// https://jarcasting.com/artifacts/com.typesafe.play/play-integration-test_2.11/
implementation ("com.typesafe.play:play-integration-test_2.11:2.5.5")
'com.typesafe.play:play-integration-test_2.11:jar:2.5.5'
<dependency org="com.typesafe.play" name="play-integration-test_2.11" rev="2.5.5">
<artifact name="play-integration-test_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.play', module='play-integration-test_2.11', version='2.5.5')
)
libraryDependencies += "com.typesafe.play" % "play-integration-test_2.11" % "2.5.5"
[com.typesafe.play/play-integration-test_2.11 "2.5.5"]