Files download
File Operation
smithy4s-protocol_2.12-0.12.15.jar download
smithy4s-protocol_2.12-0.12.15.pom download
smithy4s-protocol_2.12-0.12.15-sources.jar download
Apache Maven
<dependency>
  <groupId>com.disneystreaming.smithy4s</groupId>
  <artifactId>smithy4s-protocol_2.12</artifactId>
  <version>0.12.15</version>
</dependency>
Gradle Groovy
implementation 'com.disneystreaming.smithy4s:smithy4s-protocol_2.12:0.12.15'
Gradle Kotlin
implementation("com.disneystreaming.smithy4s:smithy4s-protocol_2.12:0.12.15")
Scala SBT
libraryDependencies += "com.disneystreaming.smithy4s" % "smithy4s-protocol_2.12" % "0.12.15"
Groovy Grape
@Grapes(
  @Grab(group='com.disneystreaming.smithy4s', module='smithy4s-protocol_2.12', version='0.12.15')
)
Apache Ivy
<dependency org="com.disneystreaming.smithy4s" name="smithy4s-protocol_2.12" rev="0.12.15" />
Leiningen
[com.disneystreaming.smithy4s/smithy4s-protocol_2.12 "0.12.15"]
Apache Buildr
'com.disneystreaming.smithy4s:smithy4s-protocol_2.12:jar:0.12.15'