<dependency>
<groupId>com.disneystreaming.smithy4s</groupId>
<artifactId>smithy4s-protobuf_2.12</artifactId>
<version>0.18.0-3-ae8ce3d</version>
</dependency>
implementation("com.disneystreaming.smithy4s:smithy4s-protobuf_2.12:0.18.0-3-ae8ce3d")
libraryDependencies += "com.disneystreaming.smithy4s" % "smithy4s-protobuf_2.12" % "0.18.0-3-ae8ce3d"
@Grapes(
@Grab(group='com.disneystreaming.smithy4s', module='smithy4s-protobuf_2.12', version='0.18.0-3-ae8ce3d')
)
<dependency org="com.disneystreaming.smithy4s" name="smithy4s-protobuf_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.google.protobuf:protobuf-java:3.24.4
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
|-- org.scalameta:munit_2.12:0.7.29