<dependency>
<groupId>com.disneystreaming.smithy4s</groupId>
<artifactId>smithy4s-protobuf_2.12</artifactId>
<version>0.18.0-3-7afbb5c</version>
</dependency>
implementation("com.disneystreaming.smithy4s:smithy4s-protobuf_2.12:0.18.0-3-7afbb5c")
libraryDependencies += "com.disneystreaming.smithy4s" % "smithy4s-protobuf_2.12" % "0.18.0-3-7afbb5c"
@Grapes(
@Grab(group='com.disneystreaming.smithy4s', module='smithy4s-protobuf_2.12', version='0.18.0-3-7afbb5c')
)
<dependency org="com.disneystreaming.smithy4s" name="smithy4s-protobuf_2.12" rev="0.18.0-3-7afbb5c" />
compile
|-- org.scala-lang:scala-library:2.12.19
|-- com.disneystreaming.smithy4s:smithy4s-core_2.12:0.18.0-3-7afbb5c
|-- com.google.protobuf:protobuf-java:3.24.4
test
|-- com.disneystreaming.smithy4s:smithy4s-bootstrapped_2.12:0.18.0-3-7afbb5c
|-- com.disneystreaming.smithy4s:smithy4s-scalacheck_2.12:0.18.0-3-7afbb5c
|-- org.scalameta:munit_2.12:0.7.29