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