<dependency>
<groupId>com.disneystreaming.smithy4s</groupId>
<artifactId>smithy4s-http4s-kernel_2.12</artifactId>
<version>0.18.0-1-19acfb2</version>
</dependency>
implementation 'com.disneystreaming.smithy4s:smithy4s-http4s-kernel_2.12:0.18.0-1-19acfb2'
implementation("com.disneystreaming.smithy4s:smithy4s-http4s-kernel_2.12:0.18.0-1-19acfb2")
libraryDependencies += "com.disneystreaming.smithy4s" % "smithy4s-http4s-kernel_2.12" % "0.18.0-1-19acfb2"
@Grapes(
@Grab(group='com.disneystreaming.smithy4s', module='smithy4s-http4s-kernel_2.12', version='0.18.0-1-19acfb2')
)
<dependency org="com.disneystreaming.smithy4s" name="smithy4s-http4s-kernel_2.12" rev="0.18.0-1-19acfb2" />