<dependency>
<groupId>com.disneystreaming.smithy4s</groupId>
<artifactId>smithy4s-codegen_2.13</artifactId>
<version>0.10.0</version>
</dependency>
libraryDependencies += "com.disneystreaming.smithy4s" % "smithy4s-codegen_2.13" % "0.10.0"
@Grapes(
@Grab(group='com.disneystreaming.smithy4s', module='smithy4s-codegen_2.13', version='0.10.0')
)
<dependency org="com.disneystreaming.smithy4s" name="smithy4s-codegen_2.13" rev="0.10.0" />
compile
|-- org.scala-lang:scala-library:2.13.7
|-- com.disneystreaming.smithy4s:smithy4s-openapi_2.13:0.10.0
|-- org.typelevel:cats-core_2.13:2.7.0
|-- software.amazon.smithy:smithy-model:1.16.0
|-- software.amazon.smithy:smithy-aws-traits:1.16.0
|-- software.amazon.smithy:smithy-waiters:1.16.0
|-- com.lihaoyi:os-lib_2.13:0.8.0
|-- org.scala-lang.modules:scala-collection-compat_2.13:2.2.0