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