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