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