Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.typesafe.play |
ArtifactId | ArtifactIdplay-ws-standalone-json_2.13.0-M5 |
Version | Version2.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.typesafe.play/play-ws-standalone-json_2.13.0-M5/ -->
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>play-ws-standalone-json_2.13.0-M5</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.play/play-ws-standalone-json_2.13.0-M5/
implementation 'com.typesafe.play:play-ws-standalone-json_2.13.0-M5:2.0.3'
// https://jarcasting.com/artifacts/com.typesafe.play/play-ws-standalone-json_2.13.0-M5/
implementation ("com.typesafe.play:play-ws-standalone-json_2.13.0-M5:2.0.3")
'com.typesafe.play:play-ws-standalone-json_2.13.0-M5:jar:2.0.3'
<dependency org="com.typesafe.play" name="play-ws-standalone-json_2.13.0-M5" rev="2.0.3">
<artifact name="play-ws-standalone-json_2.13.0-M5" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.play', module='play-ws-standalone-json_2.13.0-M5', version='2.0.3')
)
libraryDependencies += "com.typesafe.play" % "play-ws-standalone-json_2.13.0-M5" % "2.0.3"
[com.typesafe.play/play-ws-standalone-json_2.13.0-M5 "2.0.3"]