<dependency>
<groupId>com.disneystreaming.smithy4s</groupId>
<artifactId>smithy4s-dynamic_3</artifactId>
<version>0.19.0-41-91762fb</version>
</dependency>
libraryDependencies += "com.disneystreaming.smithy4s" % "smithy4s-dynamic_3" % "0.19.0-41-91762fb"
@Grapes(
@Grab(group='com.disneystreaming.smithy4s', module='smithy4s-dynamic_3', version='0.19.0-41-91762fb')
)
<dependency org="com.disneystreaming.smithy4s" name="smithy4s-dynamic_3" rev="0.19.0-41-91762fb" />
compile
|-- com.disneystreaming.smithy4s:smithy4s-core_3:0.19.0-41-91762fb
|-- org.scala-lang:scala3-library_3:3.3.1
|-- org.scala-lang.modules:scala-collection-compat_3:2.11.0
|-- org.typelevel:cats-core_3:2.10.0
|-- software.amazon.smithy:smithy-model:1.41.1
test
|-- com.disneystreaming.smithy4s:smithy4s-testUtils_3:0.19.0-41-91762fb
|-- com.disneystreaming.smithy4s:smithy4s-bootstrapped_3:0.19.0-41-91762fb
|-- org.scalameta:munit_3:0.7.29