<dependency>
<groupId>com.disneystreaming.smithy4s</groupId>
<artifactId>smithy4s-json_sjs1_2.13</artifactId>
<version>0.18.0-7-92d56f2</version>
</dependency>
implementation 'com.disneystreaming.smithy4s:smithy4s-json_sjs1_2.13:0.18.0-7-92d56f2'
implementation("com.disneystreaming.smithy4s:smithy4s-json_sjs1_2.13:0.18.0-7-92d56f2")
libraryDependencies += "com.disneystreaming.smithy4s" % "smithy4s-json_sjs1_2.13" % "0.18.0-7-92d56f2"
@Grapes(
@Grab(group='com.disneystreaming.smithy4s', module='smithy4s-json_sjs1_2.13', version='0.18.0-7-92d56f2')
)
<dependency org="com.disneystreaming.smithy4s" name="smithy4s-json_sjs1_2.13" rev="0.18.0-7-92d56f2" />
compile
|-- org.scala-lang:scala-library:2.13.13
|-- com.disneystreaming.smithy4s:smithy4s-core_sjs1_2.13:0.18.0-7-92d56f2
|-- org.scala-js:scalajs-library_2.13:1.16.0
|-- org.scala-js:scalajs-scalalib_2.13:2.13.13+1.16.0
|-- com.github.plokhotnyuk.jsoniter-scala:jsoniter-scala-core_sjs1_2.13:2.27.6
test
|-- com.disneystreaming.smithy4s:smithy4s-bootstrapped_sjs1_2.13:0.18.0-7-92d56f2
|-- com.disneystreaming.smithy4s:smithy4s-scalacheck_sjs1_2.13:0.18.0-7-92d56f2
|-- org.scala-js:scalajs-test-bridge_2.13:1.16.0