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