<dependency>
<groupId>com.disneystreaming.smithy4s</groupId>
<artifactId>smithy4s-dynamic_2.12</artifactId>
<version>0.19.0-41-91762fb</version>
</dependency>
implementation("com.disneystreaming.smithy4s:smithy4s-dynamic_2.12:0.19.0-41-91762fb")
libraryDependencies += "com.disneystreaming.smithy4s" % "smithy4s-dynamic_2.12" % "0.19.0-41-91762fb"
@Grapes(
@Grab(group='com.disneystreaming.smithy4s', module='smithy4s-dynamic_2.12', version='0.19.0-41-91762fb')
)
<dependency org="com.disneystreaming.smithy4s" name="smithy4s-dynamic_2.12" rev="0.19.0-41-91762fb" />
compile
|-- org.scala-lang:scala-library:2.12.18
|-- com.disneystreaming.smithy4s:smithy4s-core_2.12:0.19.0-41-91762fb
|-- org.scala-lang.modules:scala-collection-compat_2.12:2.11.0
|-- org.typelevel:cats-core_2.12:2.10.0
|-- software.amazon.smithy:smithy-model:1.41.1
test
|-- com.disneystreaming.smithy4s:smithy4s-testUtils_2.12:0.19.0-41-91762fb
|-- com.disneystreaming.smithy4s:smithy4s-bootstrapped_2.12:0.19.0-41-91762fb
|-- org.scalameta:munit_2.12:0.7.29