<dependency>
<groupId>com.disneystreaming.smithy4s</groupId>
<artifactId>smithy4s-aws-kernel_2.13</artifactId>
<version>0.18.0-9-67c9f3f</version>
</dependency>
implementation 'com.disneystreaming.smithy4s:smithy4s-aws-kernel_2.13:0.18.0-9-67c9f3f'
implementation("com.disneystreaming.smithy4s:smithy4s-aws-kernel_2.13:0.18.0-9-67c9f3f")
libraryDependencies += "com.disneystreaming.smithy4s" % "smithy4s-aws-kernel_2.13" % "0.18.0-9-67c9f3f"
@Grapes(
@Grab(group='com.disneystreaming.smithy4s', module='smithy4s-aws-kernel_2.13', version='0.18.0-9-67c9f3f')
)
<dependency org="com.disneystreaming.smithy4s" name="smithy4s-aws-kernel_2.13" rev="0.18.0-9-67c9f3f" />