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