| Группа | Группаcom.typesafe.play |
|---|---|
| Идентификатор | Идентификаторplay-ws-standalone_2.12 |
| Версия | Версия1.1.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| play-ws-standalone_2.12-1.1.2.pom | |
| play-ws-standalone_2.12-1.1.2.jar | 86 KB |
| play-ws-standalone_2.12-1.1.2-sources.jar | 25 KB |
| play-ws-standalone_2.12-1.1.2-javadoc.jar | 853 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.typesafe.play/play-ws-standalone_2.12/ -->
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>play-ws-standalone_2.12</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.play/play-ws-standalone_2.12/
implementation 'com.typesafe.play:play-ws-standalone_2.12:1.1.2'
// https://jarcasting.com/artifacts/com.typesafe.play/play-ws-standalone_2.12/
implementation ("com.typesafe.play:play-ws-standalone_2.12:1.1.2")
'com.typesafe.play:play-ws-standalone_2.12:jar:1.1.2'
<dependency org="com.typesafe.play" name="play-ws-standalone_2.12" rev="1.1.2">
<artifact name="play-ws-standalone_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.play', module='play-ws-standalone_2.12', version='1.1.2')
)
libraryDependencies += "com.typesafe.play" % "play-ws-standalone_2.12" % "1.1.2"
[com.typesafe.play/play-ws-standalone_2.12 "1.1.2"]