<dependency>
<groupId>com.disneystreaming.smithy4s</groupId>
<artifactId>smithy4s-xml_2.12</artifactId>
<version>0.18.0-3-ae8ce3d</version>
</dependency>
libraryDependencies += "com.disneystreaming.smithy4s" % "smithy4s-xml_2.12" % "0.18.0-3-ae8ce3d"
@Grapes(
@Grab(group='com.disneystreaming.smithy4s', module='smithy4s-xml_2.12', version='0.18.0-3-ae8ce3d')
)
<dependency org="com.disneystreaming.smithy4s" name="smithy4s-xml_2.12" rev="0.18.0-3-ae8ce3d" />
compile
|-- org.scala-lang:scala-library:2.12.19
|-- com.disneystreaming.smithy4s:smithy4s-core_2.12:0.18.0-3-ae8ce3d
|-- com.disneystreaming.smithy4s:smithy4s-fs2_2.12:0.18.0-3-ae8ce3d
|-- org.gnieh:fs2-data-xml_2.12:1.11.0
test
|-- com.disneystreaming.smithy4s:smithy4s-bootstrapped_2.12:0.18.0-3-ae8ce3d
|-- com.disneystreaming.smithy4s:smithy4s-scalacheck_2.12:0.18.0-3-ae8ce3d
|-- com.disneystreaming:weaver-cats_2.12:0.8.4