<dependency> <groupId>org.http4s</groupId> <artifactId>http4s-websocket_2.12</artifactId> <version>0.1.5</version> </dependency>
implementation 'org.http4s:http4s-websocket_2.12:0.1.5'
implementation("org.http4s:http4s-websocket_2.12:0.1.5")
libraryDependencies += "org.http4s" % "http4s-websocket_2.12" % "0.1.5"
@Grapes( @Grab(group='org.http4s', module='http4s-websocket_2.12', version='0.1.5') )
<dependency org="org.http4s" name="http4s-websocket_2.12" rev="0.1.5" />
[org.http4s/http4s-websocket_2.12 "0.1.5"]
'org.http4s:http4s-websocket_2.12:jar:0.1.5'
compile
|-- org.scala-lang:scala-library:2.12.0
test
|-- org.specs2:specs2-core_2.12:3.8.6