<dependency> <groupId>org.http4s</groupId> <artifactId>hpack_sjs1_2.13</artifactId> <version>1.0.3</version> </dependency>
implementation 'org.http4s:hpack_sjs1_2.13:1.0.3'
implementation("org.http4s:hpack_sjs1_2.13:1.0.3")
libraryDependencies += "org.http4s" % "hpack_sjs1_2.13" % "1.0.3"
@Grapes( @Grab(group='org.http4s', module='hpack_sjs1_2.13', version='1.0.3') )
<dependency org="org.http4s" name="hpack_sjs1_2.13" rev="1.0.3" />
[org.http4s/hpack_sjs1_2.13 "1.0.3"]
'org.http4s:hpack_sjs1_2.13:jar:1.0.3'
compile
|-- org.scala-lang:scala-library:2.13.8
|-- org.scala-js:scalajs-library_2.13:1.7.1
test
|-- org.scala-js:scalajs-test-bridge_2.13:1.7.1
|-- org.scala-js:scalajs-junit-test-runtime_2.13:1.7.1
|-- org.typelevel:cats-core_sjs1_2.13:2.7.0
|-- io.circe:circe-parser_sjs1_2.13:0.14.1
|-- com.lihaoyi:sourcecode_sjs1_2.13:0.2.8