GroupId | GroupIdcom.typesafe.play |
---|---|
ArtifactId | ArtifactIdplay-ws_2.12 |
Version | Version2.6.23 |
Type | Typejar |
Filename | Size |
---|---|
play-ws_2.12-2.6.23.pom | |
play-ws_2.12-2.6.23.jar | 23 KB |
play-ws_2.12-2.6.23-sources.jar | 11 KB |
play-ws_2.12-2.6.23-javadoc.jar | 1 MB |
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.23</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.play/play-ws_2.12/
implementation 'com.typesafe.play:play-ws_2.12:2.6.23'
// https://jarcasting.com/artifacts/com.typesafe.play/play-ws_2.12/
implementation ("com.typesafe.play:play-ws_2.12:2.6.23")
'com.typesafe.play:play-ws_2.12:jar:2.6.23'
<dependency org="com.typesafe.play" name="play-ws_2.12" rev="2.6.23">
<artifact name="play-ws_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.play', module='play-ws_2.12', version='2.6.23')
)
libraryDependencies += "com.typesafe.play" % "play-ws_2.12" % "2.6.23"
[com.typesafe.play/play-ws_2.12 "2.6.23"]