GroupId | GroupIdcom.typesafe.play |
---|---|
ArtifactId | ArtifactIdplay-ws_2.12 |
Version | Version2.6.0-M4 |
Type | Typejar |
Filename | Size |
---|---|
play-ws_2.12-2.6.0-M4.pom | |
play-ws_2.12-2.6.0-M4.jar | 5 KB |
play-ws_2.12-2.6.0-M4-sources.jar | 5 KB |
play-ws_2.12-2.6.0-M4-javadoc.jar | 656 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.typesafe.play/play-ws_2.12/ -->
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>play-ws_2.12</artifactId>
<version>2.6.0-M4</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.play/play-ws_2.12/
implementation 'com.typesafe.play:play-ws_2.12:2.6.0-M4'
// https://jarcasting.com/artifacts/com.typesafe.play/play-ws_2.12/
implementation ("com.typesafe.play:play-ws_2.12:2.6.0-M4")
'com.typesafe.play:play-ws_2.12:jar:2.6.0-M4'
<dependency org="com.typesafe.play" name="play-ws_2.12" rev="2.6.0-M4">
<artifact name="play-ws_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.play', module='play-ws_2.12', version='2.6.0-M4')
)
libraryDependencies += "com.typesafe.play" % "play-ws_2.12" % "2.6.0-M4"
[com.typesafe.play/play-ws_2.12 "2.6.0-M4"]