<dependency>
<groupId>com.disneystreaming.smithy4s</groupId>
<artifactId>smithy4s-openapi_2.13</artifactId>
<version>0.0.0-388-16474590</version>
</dependency>
implementation 'com.disneystreaming.smithy4s:smithy4s-openapi_2.13:0.0.0-388-16474590'
implementation("com.disneystreaming.smithy4s:smithy4s-openapi_2.13:0.0.0-388-16474590")
libraryDependencies += "com.disneystreaming.smithy4s" % "smithy4s-openapi_2.13" % "0.0.0-388-16474590"
@Grapes(
@Grab(group='com.disneystreaming.smithy4s', module='smithy4s-openapi_2.13', version='0.0.0-388-16474590')
)
<dependency org="com.disneystreaming.smithy4s" name="smithy4s-openapi_2.13" rev="0.0.0-388-16474590" />