s

smithy-openapi

This module contains support for converting a Smithy model to OpenAPI.
https://github.com/awslabs/smithy
Apache License 2.0
Smithy
Files download
File Operation
smithy-openapi-1.26.4.jar download
smithy-openapi-1.26.4.pom download
smithy-openapi-1.26.4-sources.jar download
Apache Maven
<dependency>
  <groupId>software.amazon.smithy</groupId>
  <artifactId>smithy-openapi</artifactId>
  <version>1.26.4</version>
</dependency>
Gradle Groovy
implementation 'software.amazon.smithy:smithy-openapi:1.26.4'
Gradle Kotlin
implementation("software.amazon.smithy:smithy-openapi:1.26.4")
Scala SBT
libraryDependencies += "software.amazon.smithy" % "smithy-openapi" % "1.26.4"
Groovy Grape
@Grapes(
  @Grab(group='software.amazon.smithy', module='smithy-openapi', version='1.26.4')
)
Apache Ivy
<dependency org="software.amazon.smithy" name="smithy-openapi" rev="1.26.4" />
Leiningen
[software.amazon.smithy/smithy-openapi "1.26.4"]
Apache Buildr
'software.amazon.smithy:smithy-openapi:jar:1.26.4'