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