http4s-websocket
Utility project to share common code between blaze and http4s-servlet. Created by, but not coupled to, http4s.
License |
License |
---|---|
GroupId | GroupIdorg.http4s |
ArtifactId | ArtifactIdhttp4s-websocket_2.12 |
Last Version | Last Version0.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhttp4s-websocket
common websocket support for various servers
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.http4s/http4s-websocket_2.12/ -->
<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-websocket_2.12</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.http4s/http4s-websocket_2.12/
implementation 'org.http4s:http4s-websocket_2.12:0.2.1'
// https://jarcasting.com/artifacts/org.http4s/http4s-websocket_2.12/
implementation ("org.http4s:http4s-websocket_2.12:0.2.1")
'org.http4s:http4s-websocket_2.12:jar:0.2.1'
<dependency org="org.http4s" name="http4s-websocket_2.12" rev="0.2.1">
<artifact name="http4s-websocket_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.http4s', module='http4s-websocket_2.12', version='0.2.1')
)
libraryDependencies += "org.http4s" % "http4s-websocket_2.12" % "0.2.1"
[org.http4s/http4s-websocket_2.12 "0.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.2 |
Group / Artifact | Type | Version |
---|---|---|
org.specs2 : specs2-core_2.12 | jar | 3.8.6 |
org.specs2 : specs2-scalacheck_2.12 | jar | 3.8.6 |
org.scalacheck : scalacheck_2.12 | jar | 1.13.4 |
Utility project to share common code between blaze and http4s-servlet. Created by, but not coupled to, http4s.