<dependency>
<groupId>com.disneystreaming.smithy4s</groupId>
<artifactId>smithy4s-fs2_sjs1_2.13</artifactId>
<version>0.18.0-26-ee9abfb</version>
</dependency>
implementation 'com.disneystreaming.smithy4s:smithy4s-fs2_sjs1_2.13:0.18.0-26-ee9abfb'
implementation("com.disneystreaming.smithy4s:smithy4s-fs2_sjs1_2.13:0.18.0-26-ee9abfb")
libraryDependencies += "com.disneystreaming.smithy4s" % "smithy4s-fs2_sjs1_2.13" % "0.18.0-26-ee9abfb"
@Grapes(
@Grab(group='com.disneystreaming.smithy4s', module='smithy4s-fs2_sjs1_2.13', version='0.18.0-26-ee9abfb')
)
<dependency org="com.disneystreaming.smithy4s" name="smithy4s-fs2_sjs1_2.13" rev="0.18.0-26-ee9abfb" />
compile
|-- org.scala-lang:scala-library:2.13.12
|-- com.disneystreaming.smithy4s:smithy4s-core_sjs1_2.13:0.18.0-26-ee9abfb
|-- org.scala-js:scalajs-library_2.13:1.15.0
|-- org.scala-js:scalajs-scalalib_2.13:2.13.12+1.15.0
|-- co.fs2:fs2-core_sjs1_2.13:3.10.2
test
|-- org.scala-js:scalajs-test-bridge_2.13:1.15.0
|-- com.disneystreaming:weaver-cats_sjs1_2.13:0.8.4