GroupId | GroupIdcom.typesafe.play |
---|---|
ArtifactId | ArtifactIdplay-test_2.13.0-M3 |
Version | Version2.7.0-M3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.typesafe.play/play-test_2.13.0-M3/ -->
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>play-test_2.13.0-M3</artifactId>
<version>2.7.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.play/play-test_2.13.0-M3/
implementation 'com.typesafe.play:play-test_2.13.0-M3:2.7.0-M3'
// https://jarcasting.com/artifacts/com.typesafe.play/play-test_2.13.0-M3/
implementation ("com.typesafe.play:play-test_2.13.0-M3:2.7.0-M3")
'com.typesafe.play:play-test_2.13.0-M3:jar:2.7.0-M3'
<dependency org="com.typesafe.play" name="play-test_2.13.0-M3" rev="2.7.0-M3">
<artifact name="play-test_2.13.0-M3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.play', module='play-test_2.13.0-M3', version='2.7.0-M3')
)
libraryDependencies += "com.typesafe.play" % "play-test_2.13.0-M3" % "2.7.0-M3"
[com.typesafe.play/play-test_2.13.0-M3 "2.7.0-M3"]