<dependency>
<groupId>com.disneystreaming.smithy4s</groupId>
<artifactId>smithy4s-dynamic_3</artifactId>
<version>0.18.0-528-d32916a</version>
</dependency>
libraryDependencies += "com.disneystreaming.smithy4s" % "smithy4s-dynamic_3" % "0.18.0-528-d32916a"
@Grapes(
@Grab(group='com.disneystreaming.smithy4s', module='smithy4s-dynamic_3', version='0.18.0-528-d32916a')
)
<dependency org="com.disneystreaming.smithy4s" name="smithy4s-dynamic_3" rev="0.18.0-528-d32916a" />
compile
|-- com.disneystreaming.smithy4s:smithy4s-core_3:0.18.0-528-d32916a
|-- org.scala-lang:scala3-library_3:3.3.0
|-- org.scala-lang.modules:scala-collection-compat_3:2.10.0
|-- org.typelevel:cats-core_3:2.9.0
|-- software.amazon.smithy:smithy-model:1.31.0
test
|-- com.disneystreaming.smithy4s:smithy4s-testUtils_3:0.18.0-528-d32916a
|-- org.scalameta:munit_3:0.7.29