<dependency>
<groupId>com.disneystreaming.smithy4s</groupId>
<artifactId>smithy4s-http4s-kernel_sjs1_2.13</artifactId>
<version>0.18.25</version>
</dependency>
implementation 'com.disneystreaming.smithy4s:smithy4s-http4s-kernel_sjs1_2.13:0.18.25'
implementation("com.disneystreaming.smithy4s:smithy4s-http4s-kernel_sjs1_2.13:0.18.25")
libraryDependencies += "com.disneystreaming.smithy4s" % "smithy4s-http4s-kernel_sjs1_2.13" % "0.18.25"
@Grapes(
@Grab(group='com.disneystreaming.smithy4s', module='smithy4s-http4s-kernel_sjs1_2.13', version='0.18.25')
)
<dependency org="com.disneystreaming.smithy4s" name="smithy4s-http4s-kernel_sjs1_2.13" rev="0.18.25" />
compile
|-- org.scala-lang:scala-library:2.13.13
|-- com.disneystreaming.smithy4s:smithy4s-core_sjs1_2.13:0.18.25
|-- com.disneystreaming.smithy4s:smithy4s-cats_sjs1_2.13:0.18.25
|-- org.scala-js:scalajs-library_2.13:1.16.0
|-- org.scala-js:scalajs-scalalib_2.13:2.13.13+1.16.0
|-- org.http4s:http4s-core_sjs1_2.13:0.23.26
test